diff options
author | tijl <tijl@FreeBSD.org> | 2014-10-01 23:07:31 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-10-01 23:07:31 +0800 |
commit | 1d30038c8663932ceb63957a5e293300aa5061f7 (patch) | |
tree | fecf3f68ea9a9b5ae728e158fb1edf1e6465fa63 /www/firefox-esr | |
parent | 76248fa342aebae248f463892e0f3810511e07b4 (diff) | |
download | freebsd-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/Makefile | 6 |
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 |