aboutsummaryrefslogtreecommitdiffstats
path: root/lang/spidermonkey185
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 /lang/spidermonkey185
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 'lang/spidermonkey185')
-rw-r--r--lang/spidermonkey185/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/spidermonkey185/Makefile b/lang/spidermonkey185/Makefile
index 71f6d13fa5cd..1d9d9f259226 100644
--- a/lang/spidermonkey185/Makefile
+++ b/lang/spidermonkey185/Makefile
@@ -12,13 +12,13 @@ DISTNAME= js185-1.0.0
MAINTAINER= koobs@FreeBSD.org
COMMENT= Standalone JavaScript (1.8.5) interpreter from Mozilla
-BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip
+BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \
+ autoconf-2.13:${PORTSDIR}/devel/autoconf213
LIB_DEPENDS= libnspr4.so:${PORTSDIR}/devel/nspr
CONFLICTS= njs-[0-9]*
USES= gmake pathfix perl5 pkgconfig
-USE_AUTOTOOLS= autoconf213:env
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_PERL5= build
@@ -108,7 +108,7 @@ PLIST_SUB+= SPARC="@comment "
.endif
pre-configure:
- (cd ${WRKSRC} && ${AUTOCONF})
+ (cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf-2.13)
regression-test: build
@${ECHO_MSG} -n "===> Running jstests.py: "