diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-17 14:40:21 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-17 14:40:21 +0800 |
commit | 2f2a3d55eaae7e6473eda1e88318b5d2ec8487d3 (patch) | |
tree | c5527ff33b4f44978bc044b3f75b747288fdbad8 /lang/spidermonkey185 | |
parent | fde693e93db35fe3bd1a21756278115f8bfa5d96 (diff) | |
download | freebsd-ports-gnome-2f2a3d55eaae7e6473eda1e88318b5d2ec8487d3.tar.gz freebsd-ports-gnome-2f2a3d55eaae7e6473eda1e88318b5d2ec8487d3.tar.zst freebsd-ports-gnome-2f2a3d55eaae7e6473eda1e88318b5d2ec8487d3.zip |
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
Diffstat (limited to 'lang/spidermonkey185')
-rw-r--r-- | lang/spidermonkey185/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/spidermonkey185/Makefile b/lang/spidermonkey185/Makefile index 90ba32762627..bf99b7db5c8e 100644 --- a/lang/spidermonkey185/Makefile +++ b/lang/spidermonkey185/Makefile @@ -17,13 +17,11 @@ LIB_DEPENDS= nspr4:${PORTSDIR}/devel/nspr CONFLICTS= njs-[0-9]* -#USES= pkgconfig:build +USES= gmake pathfix pkgconfig USE_AUTOTOOLS= autoconf213:env GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= gnomehack USE_LDCONFIG= yes -USE_PERL5_BUILD= yes +USE_PERL5= build USE_PYTHON_BUILD= 2.5-2.7 WRKSRC= ${WRKDIR}/js-${PORTVERSION}/js/src |