aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fm/xfe/Makefile
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2004-08-26 22:00:00 +0800
committeroliver <oliver@FreeBSD.org>2004-08-26 22:00:00 +0800
commit92f1b103eee4e4b753a80ac3b10886c30c250f24 (patch)
tree7a7ade66d09ff281fce6e3f39f2e4042c2007fa7 /x11-fm/xfe/Makefile
parent6edb0b08b0dca792b54a5e53316cab94501a5e8d (diff)
downloadfreebsd-ports-gnome-92f1b103eee4e4b753a80ac3b10886c30c250f24.tar.gz
freebsd-ports-gnome-92f1b103eee4e4b753a80ac3b10886c30c250f24.tar.zst
freebsd-ports-gnome-92f1b103eee4e4b753a80ac3b10886c30c250f24.zip
update to 0.70
Approved By: maintainer-timeout (11 days)
Diffstat (limited to 'x11-fm/xfe/Makefile')
-rw-r--r--x11-fm/xfe/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/x11-fm/xfe/Makefile b/x11-fm/xfe/Makefile
index ac002aa4e59b..bf49cc1a5c21 100644
--- a/x11-fm/xfe/Makefile
+++ b/x11-fm/xfe/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= xfe
-PORTVERSION= 0.54.2
-PORTREVISION= 1
+PORTVERSION= 0.70
+PORTREVISION= 0
CATEGORIES= x11-fm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ptiJo@noos.fr
COMMENT= Fast MS-Explorer like filemanager for X
-LIB_DEPENDS= FOX:${PORTSDIR}/x11-toolkits/fox \
+LIB_DEPENDS= FOX-1.2:${PORTSDIR}/x11-toolkits/fox-devel \
png.5:${PORTSDIR}/graphics/png
GNU_CONFIGURE= yes
@@ -33,7 +33,8 @@ post-patch:
@${REINPLACE_CMD} -e 's|-I/usr/include/fox|-I${LOCALBASE}/include/|g' \
${WRKSRC}/src/Makefile.in ${WRKSRC}/xfq/Makefile.in \
${WRKSRC}/xfv/Makefile.in
- @${REINPLACE_CMD} -e 's|_nl_domain_bindings|libintl_nl_domain_bindings|' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|_nl_domain_bindings|libintl_nl_domain_bindings| ; \
+ s|-lFOX|${PTHREAD_LIBS} &|g' ${WRKSRC}/configure
MAN1= xfe.1 xfq.1 xfv.1