summaryrefslogtreecommitdiff
path: root/x11-fm/rox-filer
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2003-05-14 08:26:31 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2003-05-14 08:26:31 +0000
commit035840ff31143a094dd3ffd8bc4a8659fdbcce8a (patch)
treee3f12ddb7090fb7e33068f33deb23db93804222b /x11-fm/rox-filer
parentWe need to include sys/types.h for the bt848 stuff under 5.x, this is (diff)
Do not call autoconf in post-patch target.
Notes
Notes: svn path=/head/; revision=80967
Diffstat (limited to 'x11-fm/rox-filer')
-rw-r--r--x11-fm/rox-filer/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/x11-fm/rox-filer/Makefile b/x11-fm/rox-filer/Makefile
index 433b9f37fd12..6b16aa10cd31 100644
--- a/x11-fm/rox-filer/Makefile
+++ b/x11-fm/rox-filer/Makefile
@@ -15,8 +15,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= olgeni@FreeBSD.org
COMMENT= A simple and easy to use graphical file manager
-BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig \
- autoconf:${PORTSDIR}/devel/autoconf
+BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
LIB_DEPENDS= gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 \
xml2.5:${PORTSDIR}/textproc/libxml2 \
gnomevfs-2.0:${PORTSDIR}/devel/gnomevfs2
@@ -24,9 +23,6 @@ RUN_DEPENDS= ${LOCALBASE}/share/mime/packages/freedesktop.org.xml:${PORTSDIR}/mi
MAN1= rox.1
-post-patch:
- @cd ${WRKSRC}/ROX-Filer/src && ${LOCALBASE}/bin/autoconf
-
.include <bsd.port.pre.mk>
.if (${ARCH} == "i386")