summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2003-10-19 06:13:49 +0000
committeroliver <oliver@FreeBSD.org>2003-10-19 06:13:49 +0000
commit78147431741f345cfb58969fceb4cd89f8107088 (patch)
treec92e47185979dcd4a19f67cea6690812346e08c8 /x11-toolkits
parent2bab7fe11b0420b1b59fcf965f9492fd7b56dd4a (diff)
downloadFreeBSD-ports-78147431741f345cfb58969fceb4cd89f8107088.zip
FreeBSD-ports-78147431741f345cfb58969fceb4cd89f8107088.tar.gz
- Get the translations installed (Make configure able to detect
gettext and add it to LIB_DEPENDS.). [1] - INSTALLS_SHLIB added to the Makefile (Only in case a library get installed by the port.) - remove NO_FILTER_SHLIB - Replaced GNU_CONFIGURE with USE_LIBTOOL if INSTALLS_SHLIB was set in the Makefile - bump PORTREVISION Noted By: Dinesh Nadarajah <dinesh_list@sbcglobal.net> [1]
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/libxfce4gui/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/libxfce4gui/Makefile b/x11-toolkits/libxfce4gui/Makefile
index af0a79a..f614a23 100644
--- a/x11-toolkits/libxfce4gui/Makefile
+++ b/x11-toolkits/libxfce4gui/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libxfce4gui
PORTVERSION= 4.0.0
+PORTREVISION= 1
CATEGORIES= x11-toolkits xfce
MASTER_SITES= http://www.xfce.org/archive/xfce-${PORTVERSION}/src/ \
http://linux.imp.mx/xfce4/xfce_${PORTVERSION}/src/
@@ -21,11 +22,10 @@ LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util
USE_GNOME= gtk20
USE_REINPLACE= yes
USE_X_PREFIX= yes
-GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --enable-xinerama
INSTALLS_SHLIB= yes
-NO_FILTER_SHLIBS= yes
post-patch:
@${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \
OpenPOWER on IntegriCloud