aboutsummaryrefslogtreecommitdiff
path: root/www/seamonkey
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-10-01 15:07:31 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-10-01 15:07:31 +0000
commitc91d0249ddb36b9fe4d92a83d35306a1b7dce90b (patch)
treefecf3f68ea9a9b5ae728e158fb1edf1e6465fa63 /www/seamonkey
parent7fb97380c1116e7ce0df4b4c265f26078f8f67f4 (diff)
downloadports-c91d0249ddb36b9fe4d92a83d35306a1b7dce90b.tar.gz
ports-c91d0249ddb36b9fe4d92a83d35306a1b7dce90b.zip
Replace USE_AUTOTOOLS=autoconf213:env with a regular build dependency.
These are the last ports that use this ancient version of autoconf.
Notes
Notes: svn path=/head/; revision=369730
Diffstat (limited to 'www/seamonkey')
-rw-r--r--www/seamonkey/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile
index d84cde145178..cf8b8f135f0b 100644
--- a/www/seamonkey/Makefile
+++ b/www/seamonkey/Makefile
@@ -25,6 +25,7 @@ BUILD_DEPENDS= nspr>=4.10.6:${PORTSDIR}/devel/nspr \
sqlite3>=3.8.4.2:${PORTSDIR}/databases/sqlite3 \
${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \
v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat \
+ autoconf-2.13:${PORTSDIR}/devel/autoconf213 \
zip:${PORTSDIR}/archivers/zip \
unzip:${PORTSDIR}/archivers/unzip
@@ -34,7 +35,6 @@ EM_VERSION= 1.7.2
L_VERSION= 3.4
SSP_UNSAFE= yes
-USE_AUTOTOOLS= autoconf213:env
OBJDIR_BUILD= # in-tree build broken after bug 789837
USE_GECKO= gecko
WANT_GNOME= yes
@@ -179,9 +179,9 @@ post-patch:
.endif
pre-configure:
- (cd ${WRKSRC} && ${AUTOCONF})
- (cd ${MOZSRC} && ${AUTOCONF})
- (cd ${MOZSRC}/js/src/ && ${AUTOCONF})
+ (cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf-2.13)
+ (cd ${MOZSRC} && ${LOCALBASE}/bin/autoconf-2.13)
+ (cd ${MOZSRC}/js/src/ && ${LOCALBASE}/bin/autoconf-2.13)
.if ${PORT_OPTIONS:MMAILNEWS} && ${PORT_OPTIONS:MENIGMAIL}
post-configure: