diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-20 17:52:16 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-20 17:52:16 +0000 |
commit | 734b63302e4eff161f45e72e9888eb8fbd1ad403 (patch) | |
tree | f03527561482ff1ea85dbb668e027491c45829f5 /lang/spidermonkey24 | |
parent | 6d83e65a8b50cb4f07da7184b20fca3165a54747 (diff) |
Notes
Diffstat (limited to 'lang/spidermonkey24')
-rw-r--r-- | lang/spidermonkey24/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/spidermonkey24/Makefile b/lang/spidermonkey24/Makefile index 3fb481a53c2b..6f1093713b6d 100644 --- a/lang/spidermonkey24/Makefile +++ b/lang/spidermonkey24/Makefile @@ -18,10 +18,10 @@ LIB_DEPENDS= libnspr4.so:${PORTSDIR}/devel/nspr CONFLICTS= njs-[0-9]* GNU_CONFIGURE= yes -USES= compiler:c11 gmake pathfix perl5 readline tar:bzip2 +USES= compiler:c11 gmake pathfix perl5 python:2,build \ + readline tar:bzip2 USE_PERL5= build USE_LDCONFIG= yes -USE_PYTHON_BUILD= 2 WRKSRC= ${WRKDIR}/mozjs-${PORTVERSION}/js/src |