diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-05-25 16:51:40 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-05-25 16:51:40 +0000 |
commit | 1df39a5fb17c0bb2418a5560b3a28cf1a7f8d2a1 (patch) | |
tree | 957016e38f3df9d60491551bb27ea18c106f8e71 /x11-toolkits/libxfce4gui/Makefile | |
parent | 07e52958d406df264b2e023e577925c528eb89d3 (diff) |
- Welcome XFCE 4.10 to the portstree!
Special Thanks to: rene, Olivier Duchateau <duchateau.olivier@gmail.com>
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
Tested by: phw
Notes
Notes:
svn path=/head/; revision=297441
Diffstat (limited to 'x11-toolkits/libxfce4gui/Makefile')
-rw-r--r-- | x11-toolkits/libxfce4gui/Makefile | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/x11-toolkits/libxfce4gui/Makefile b/x11-toolkits/libxfce4gui/Makefile index acfefab0b636..6b1c228c31b9 100644 --- a/x11-toolkits/libxfce4gui/Makefile +++ b/x11-toolkits/libxfce4gui/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libxfce4gui -PORTVERSION= 4.8.1 +PORTVERSION= 4.10.0 CATEGORIES= x11-toolkits xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/archive/libxfcegui4/${PORTVERSION:R} @@ -26,9 +26,10 @@ USE_LDCONFIG= yes USE_XFCE= configenv libutil USE_XORG= sm x11 +CONFIGURE_ARGS+=--disable-gtk-doc-html + OPTIONS= NLS "Enable Native Language Support" on \ STARTUP "Use libstartup-notification" on \ - GLADEUI "Glade interface designer" off \ APIDOCS "Install api documentation" off .include <bsd.port.pre.mk> @@ -49,15 +50,6 @@ CONFIGURE_ARGS+=--enable-startup-notification CONFIGURE_ARGS+=--disable-startup-notification .endif -.if defined(WITH_GLADEUI) -LIB_DEPENDS+= gladeui-1.10:${PORTSDIR}/devel/glade3 -CONFIGURE_ARGS+=--enable-gladeui -PLIST_SUB+= GLADE3="" -.else -CONFIGURE_ARGS+=--disable-gladeui -PLIST_SUB+= GLADE3="@comment " -.endif - .if defined(WITHOUT_APIDOCS) CONFIGURE_ARGS+=--without-html-dir PLIST_SUB+= APIDOCS="@comment " @@ -65,8 +57,5 @@ PLIST_SUB+= APIDOCS="@comment " CONFIGURE_ARGS+=--with-html-dir=${PREFIX}/share/gtk-doc/html PLIST_SUB+= APIDOCS="" .endif -post-patch: - @${REINPLACE_CMD} -e 's|$$(GMSGFMT)|$$(MSGFMT)|g' \ - ${WRKSRC}/po/Makefile.in.in .include <bsd.port.post.mk> |