aboutsummaryrefslogtreecommitdiff
path: root/lang/spidermonkey170
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-08-04 14:56:47 +0000
committerKoop Mast <kwm@FreeBSD.org>2013-08-04 14:56:47 +0000
commit6896e9e82f9dc00d723ab5e69d74e35544c32dc0 (patch)
treec8883403e56f2e45ab354f2ba255fa4d736d1fec /lang/spidermonkey170
parentba2df616969880f77e37abb7395fa634b3b73c02 (diff)
downloadports-6896e9e82f9dc00d723ab5e69d74e35544c32dc0.tar.gz
ports-6896e9e82f9dc00d723ab5e69d74e35544c32dc0.zip
Convert to new perl5 framework and update to new lib_depend way.
Notes
Notes: svn path=/head/; revision=324237
Diffstat (limited to 'lang/spidermonkey170')
-rw-r--r--lang/spidermonkey170/Makefile6
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