diff options
author | novel <novel@FreeBSD.org> | 2005-04-28 14:30:53 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-04-28 14:30:53 +0800 |
commit | 346aefc32e1173db5860d25782fed836220f864a (patch) | |
tree | 000bad4d9efa1868e6d18f9ba301a0e0e52964fa /x11-fm/xfe/Makefile | |
parent | e60212a313a4d88539e1cb398e79cb6f3ee3f32c (diff) | |
download | freebsd-ports-gnome-346aefc32e1173db5860d25782fed836220f864a.tar.gz freebsd-ports-gnome-346aefc32e1173db5860d25782fed836220f864a.tar.zst freebsd-ports-gnome-346aefc32e1173db5860d25782fed836220f864a.zip |
Update to 0.80 and mark unbroken.
PR: 80415
Submitted by: Johan van Selst <johans@stack.nl>
Diffstat (limited to 'x11-fm/xfe/Makefile')
-rw-r--r-- | x11-fm/xfe/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-fm/xfe/Makefile b/x11-fm/xfe/Makefile index e6cca8669309..e0f1eea0b8ed 100644 --- a/x11-fm/xfe/Makefile +++ b/x11-fm/xfe/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xfe -PORTVERSION= 0.72 -PORTREVISION= 1 +PORTVERSION= 0.80 CATEGORIES= x11-fm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,8 +14,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Fast MS-Explorer like filemanager for X -BROKEN= "Does not build with current fox-devel version" - LIB_DEPENDS= FOX-1.4:${PORTSDIR}/x11-toolkits/fox-devel \ png.5:${PORTSDIR}/graphics/png @@ -38,6 +35,6 @@ post-patch: @${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 +MAN1= xfe.1 xfi.1 xfq.1 xfv.1 .include <bsd.port.mk> |