summaryrefslogtreecommitdiff
path: root/x11-fm/xfe
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-04 04:36:30 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-04 04:36:30 +0000
commit186b8ba82fdd761aee89704395c52ac809bc7026 (patch)
tree65c820907a86a7c844ee463115637dde60f2aa36 /x11-fm/xfe
parent* Add a new bsd.php.mk that takes the place of lang/php4/bsd.php.mk [1] (diff)
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor Tested by: bento
Notes
Notes: svn path=/head/; revision=99914
Diffstat (limited to 'x11-fm/xfe')
-rw-r--r--x11-fm/xfe/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fm/xfe/Makefile b/x11-fm/xfe/Makefile
index eb746f522db5..ac002aa4e59b 100644
--- a/x11-fm/xfe/Makefile
+++ b/x11-fm/xfe/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xfe
PORTVERSION= 0.54.2
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= x11-fm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -16,7 +16,6 @@ MAINTAINER= ptiJo@noos.fr
COMMENT= Fast MS-Explorer like filemanager for X
LIB_DEPENDS= FOX:${PORTSDIR}/x11-toolkits/fox \
- intl.5:${PORTSDIR}/devel/gettext-old \
png.5:${PORTSDIR}/graphics/png
GNU_CONFIGURE= yes
@@ -26,6 +25,7 @@ CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
CONFIGURE_ARGS+=--x-includes=${X11BASE}/include \
--x-libraries=${X11BASE}/lib \
--with-x
+USE_GETTEXT= yes
USE_GMAKE= yes
USE_REINPLACE= yes