aboutsummaryrefslogtreecommitdiff
path: root/x11-fm/gnome-commander
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2002-12-05 22:44:42 +0000
committerAlan Eldridge <alane@FreeBSD.org>2002-12-05 22:44:42 +0000
commit57bb23c47cf48b524f01a78b9b1cbd2c38f01ca2 (patch)
treea89b38fec23e83e7ecfdaca8d9546a5246ca5ddc /x11-fm/gnome-commander
parent851233d7a5423368a5eb791c61a2c179f69bce4e (diff)
downloadports-57bb23c47cf48b524f01a78b9b1cbd2c38f01ca2.tar.gz
ports-57bb23c47cf48b524f01a78b9b1cbd2c38f01ca2.zip
Fix port Makefile to play nice by the new, stricter, autoconf/automake
rules.
Notes
Notes: svn path=/head/; revision=71389
Diffstat (limited to 'x11-fm/gnome-commander')
-rw-r--r--x11-fm/gnome-commander/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fm/gnome-commander/Makefile b/x11-fm/gnome-commander/Makefile
index 7a378861386d..8b2f3fcc7153 100644
--- a/x11-fm/gnome-commander/Makefile
+++ b/x11-fm/gnome-commander/Makefile
@@ -17,7 +17,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
.if defined(WITH_FAM)
LIB_DEPENDS= fam.0:${PORTSDIR}/devel/fam
.endif
-BUILD_DEPENDS= automake14:${PORTSDIR}/devel/automake14
USE_X_PREFIX= yes
USE_GMAKE= yes
@@ -25,6 +24,7 @@ USE_GNOMENG= yes
USE_GNOME= gnomeprefix gnomehack gnomevfs gnomelibs gdkpixbuf
USE_REINPLACE= yes
GNU_CONFIGURE= yes
+WANT_AUTOMAKE_VER= 14
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -lintl"