diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-10-19 06:13:49 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-10-19 06:13:49 +0000 |
commit | a1c8691e690406dc43bdfbeba1f767ec9c888a56 (patch) | |
tree | fa72be9fca7f271adafce1ba7c41564af40b9142 /x11-wm/xfce4-systray | |
parent | ec87d489f3c19bca94120cbfd92bd9ecb75f0b92 (diff) |
- 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]
Notes
Notes:
svn path=/head/; revision=91619
Diffstat (limited to 'x11-wm/xfce4-systray')
-rw-r--r-- | x11-wm/xfce4-systray/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-wm/xfce4-systray/Makefile b/x11-wm/xfce4-systray/Makefile index d8956e168539..dadbad6007e7 100644 --- a/x11-wm/xfce4-systray/Makefile +++ b/x11-wm/xfce4-systray/Makefile @@ -7,6 +7,7 @@ PORTNAME= xfce4-systray PORTVERSION= 4.0.0 +PORTREVISION= 1 CATEGORIES= x11-wm xfce MASTER_SITES= http://www.xfce.org/archive/xfce-${PORTVERSION}/src/ \ http://linux.imp.mx/xfce4/xfce_${PORTVERSION}/src/ @@ -24,7 +25,8 @@ RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel USE_GNOME= gtk20 USE_X_PREFIX= yes -GNU_CONFIGURE= yes +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} .include <bsd.port.mk> |