summaryrefslogtreecommitdiffstats
path: root/x11/yelp/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-04-26 02:12:46 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-04-26 02:12:46 +0800
commitdfc30719d9758d9e6b3e06963e4bf5175ae16825 (patch)
tree3c84ec64b1dd1a9a2618a75efa664a18033890bd /x11/yelp/Makefile
parentd0d9889c61e774a633eda7b5bce0688ca50d1ac8 (diff)
downloadmarcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar
marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar.gz
marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar.bz2
marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar.lz
marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar.xz
marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar.zst
marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.zip
Update MC-ports to GNOME 3.12.
Dragons beware! Although most of them should be sleeping. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19571 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/yelp/Makefile')
-rw-r--r--x11/yelp/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile
index 201a2640d..c07a8ea96 100644
--- a/x11/yelp/Makefile
+++ b/x11/yelp/Makefile
@@ -1,9 +1,9 @@
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
-# $MCom: ports/trunk/x11/yelp3/Makefile 18692 2013-09-22 00:45:30Z kwm $
+# $MCom: ports-experimental/trunk/x11/yelp/Makefile 19337 2014-03-25 19:31:08Z kwm $
PORTNAME= yelp
-PORTVERSION= 3.6.2
+PORTVERSION= 3.12.0
CATEGORIES= x11 gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
@@ -19,10 +19,9 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/yelp-xsl.pc:${PORTSDIR}/textproc/y
LIB_DEPENDS= libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/yelp-xsl.pc:${PORTSDIR}/textproc/yelp-xsl
-USES= desktop-file-utils gettext gmake pathfix pkgconfig
-USE_XZ= yes
+USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig tar:xz
USE_XORG= x11 ice
-USE_GNOME= gnomeprefix intlhack gtk30 libxslt libxml2
+USE_GNOME= gnomeprefix gtk30 intlhack libxml2 libxslt
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
USE_LDCONFIG= yes
@@ -40,6 +39,6 @@ LIB_DEPENDS+= liblzma.so:${PORTSDIR}/archivers/xz
.endif
post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libyelp.so.0
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libyelp.so.*
.include <bsd.port.post.mk>