diff options
| author | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-07 09:10:57 +0000 |
|---|---|---|
| committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-07 09:10:57 +0000 |
| commit | e0346016966e9601874e8186cc46bbb5bf15dff2 (patch) | |
| tree | 2460dadd8c26ba08d64314454b962a203419beae /lang/p5-JavaScript/Makefile | |
| parent | Add kid3 0.7, MP3/Ogg/FLAC tag editor for KDE. (diff) | |
- Chase shlib versioning of lang/spidermonkey, patch from Andrew Pantyukhin
PR: ports/101561
Submitted by: Dominic Mitchell <dom at happygiraffe.net> (maintainer)
Diffstat (limited to 'lang/p5-JavaScript/Makefile')
| -rw-r--r-- | lang/p5-JavaScript/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/p5-JavaScript/Makefile b/lang/p5-JavaScript/Makefile index a833a559217c..99219ab85817 100644 --- a/lang/p5-JavaScript/Makefile +++ b/lang/p5-JavaScript/Makefile @@ -7,6 +7,7 @@ PORTNAME= JavaScript PORTVERSION= 0.55 +PORTREVISION= 1 CATEGORIES= lang perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= JavaScript @@ -15,8 +16,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= dom@happygiraffe.net COMMENT= Perl extension for executing embedded JavaScript -BUILD_DEPENDS= ${LOCALBASE}/lib/libjs.so:${PORTSDIR}/lang/spidermonkey -RUN_DEPENDS= ${BUILD_DEPENDS} +LIB_DEPENDS= js.1:${PORTSDIR}/lang/spidermonkey MAN3= JavaScript.3 |
