aboutsummaryrefslogtreecommitdiffstats
path: root/www/firefox-esr
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2014-10-01 23:07:31 +0800
committertijl <tijl@FreeBSD.org>2014-10-01 23:07:31 +0800
commit1d30038c8663932ceb63957a5e293300aa5061f7 (patch)
treefecf3f68ea9a9b5ae728e158fb1edf1e6465fa63 /www/firefox-esr
parent76248fa342aebae248f463892e0f3810511e07b4 (diff)
downloadfreebsd-ports-gnome-1d30038c8663932ceb63957a5e293300aa5061f7.tar.gz
freebsd-ports-gnome-1d30038c8663932ceb63957a5e293300aa5061f7.tar.zst
freebsd-ports-gnome-1d30038c8663932ceb63957a5e293300aa5061f7.zip
Replace USE_AUTOTOOLS=autoconf213:env with a regular build dependency.
These are the last ports that use this ancient version of autoconf.
Diffstat (limited to 'www/firefox-esr')
-rw-r--r--www/firefox-esr/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile
index 9afb0cef6cfd..5d000e10439e 100644
--- a/www/firefox-esr/Makefile
+++ b/www/firefox-esr/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
CPE_PRODUCT= ${PORTNAME}_esr
@@ -97,8 +97,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