diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-08-04 14:56:47 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-08-04 14:56:47 +0000 |
commit | 6896e9e82f9dc00d723ab5e69d74e35544c32dc0 (patch) | |
tree | c8883403e56f2e45ab354f2ba255fa4d736d1fec /lang/spidermonkey170 | |
parent | ba2df616969880f77e37abb7395fa634b3b73c02 (diff) | |
download | ports-6896e9e82f9dc00d723ab5e69d74e35544c32dc0.tar.gz ports-6896e9e82f9dc00d723ab5e69d74e35544c32dc0.zip |
Notes
Diffstat (limited to 'lang/spidermonkey170')
-rw-r--r-- | lang/spidermonkey170/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/spidermonkey170/Makefile b/lang/spidermonkey170/Makefile index 59936d8d4aff..f00ffcb51c29 100644 --- a/lang/spidermonkey170/Makefile +++ b/lang/spidermonkey170/Makefile @@ -12,15 +12,15 @@ MAINTAINER= kwm@FreeBSD.org COMMENT= Standalone JavaScript based from Mozilla 17-esr BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip -LIB_DEPENDS= nspr4:${PORTSDIR}/devel/nspr +LIB_DEPENDS= libnspr4.so:${PORTSDIR}/devel/nspr CONFLICTS= njs-[0-9]* GNU_CONFIGURE= yes USE_GMAKE= yes -USES= pathfix +USES= pathfix perl5 +USE_PERL5= build USE_LDCONFIG= yes -USE_PERL5_BUILD= yes USE_PYTHON_BUILD= 2.5-2.7 MAKE_JOBS_SAFE= yes |