diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:08:37 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:08:37 +0000 |
commit | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (patch) | |
tree | 23607acdfffe977946d3c7bb877bab60e64640e7 /lang/p5-JavaScript-SpiderMonkey | |
parent | Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. (diff) |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412347
Diffstat (limited to 'lang/p5-JavaScript-SpiderMonkey')
-rw-r--r-- | lang/p5-JavaScript-SpiderMonkey/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/p5-JavaScript-SpiderMonkey/Makefile b/lang/p5-JavaScript-SpiderMonkey/Makefile index e8a559a5d250..4432d1065c21 100644 --- a/lang/p5-JavaScript-SpiderMonkey/Makefile +++ b/lang/p5-JavaScript-SpiderMonkey/Makefile @@ -14,8 +14,8 @@ COMMENT= Perl interface to Mozilla JavaScript implementation LICENSE= ART10 GPLv1 LICENSE_COMB= dual -LIB_DEPENDS= libjs.so:${PORTSDIR}/lang/spidermonkey17 -TEST_DEPENDS= p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl +LIB_DEPENDS= libjs.so:lang/spidermonkey17 +TEST_DEPENDS= p5-Log-Log4perl>=0:devel/p5-Log-Log4perl USE_PERL5= configure USES= perl5 |