aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fm
diff options
context:
space:
mode:
authoralane <alane@FreeBSD.org>2002-12-06 06:44:42 +0800
committeralane <alane@FreeBSD.org>2002-12-06 06:44:42 +0800
commitc655347067def4b7d516b63ad7e4b5073faa1789 (patch)
tree90017c169bc608626bdc4054aa9f22ac29011724 /x11-fm
parentaadf8cbcf678eb6f5af72c7ee7f716e867a8eaa8 (diff)
downloadfreebsd-ports-gnome-c655347067def4b7d516b63ad7e4b5073faa1789.tar.gz
freebsd-ports-gnome-c655347067def4b7d516b63ad7e4b5073faa1789.tar.zst
freebsd-ports-gnome-c655347067def4b7d516b63ad7e4b5073faa1789.zip
Fix port Makefile to play nice by the new, stricter, autoconf/automake
rules.
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/gnome-commander/Makefile2
-rw-r--r--x11-fm/gnome-commander2/Makefile2
2 files changed, 2 insertions, 2 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"
diff --git a/x11-fm/gnome-commander2/Makefile b/x11-fm/gnome-commander2/Makefile
index 7a378861386d..8b2f3fcc7153 100644
--- a/x11-fm/gnome-commander2/Makefile
+++ b/x11-fm/gnome-commander2/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"