aboutsummaryrefslogtreecommitdiff
path: root/www/firefox/Makefile
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/firefox/Makefile
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/firefox/Makefile')
-rw-r--r--www/firefox/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index 96bfee96fbe9..eb329d4a19f7 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -25,12 +25,12 @@ 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
LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l
-USE_AUTOTOOLS= autoconf213:env
OBJDIR_BUILD= # in-tree build broken after bug 789837
USE_GECKO= gecko
CONFLICTS= firefox-esr-31.* firefox-esr-24.* firefox-esr-17.*
@@ -96,8 +96,8 @@ post-patch:
${WRKSRC}/browser/app/nsBrowserApp.cpp
pre-configure:
- (cd ${WRKSRC} && ${AUTOCONF})
- (cd ${WRKSRC}/js/src/ && ${AUTOCONF})
+ (cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf-2.13)
+ (cd ${WRKSRC}/js/src/ && ${LOCALBASE}/bin/autoconf-2.13)
post-install:
${MKDIR} ${STAGEDIR}${PREFIX}/share/pixmaps