diff options
author | kwm <kwm@FreeBSD.org> | 2013-08-04 22:56:47 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-08-04 22:56:47 +0800 |
commit | 92f9891f53910dea111fd3a05aca598891cb9e4c (patch) | |
tree | c8883403e56f2e45ab354f2ba255fa4d736d1fec /lang/spidermonkey170 | |
parent | 5bef75ecc4d3fdcb0925a35e0a1c5694512c13fc (diff) | |
download | freebsd-ports-gnome-92f9891f53910dea111fd3a05aca598891cb9e4c.tar.gz freebsd-ports-gnome-92f9891f53910dea111fd3a05aca598891cb9e4c.tar.zst freebsd-ports-gnome-92f9891f53910dea111fd3a05aca598891cb9e4c.zip |
Convert to new perl5 framework and update to new lib_depend way.
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 |