Index: multimedia/avidemux2/Makefile =================================================================== RCS file: /home/pcvs/ports/multimedia/avidemux2/Makefile,v retrieving revision 1.36 diff -u -r1.36 Makefile --- multimedia/avidemux2/Makefile 19 May 2006 05:57:24 -0000 1.36 +++ multimedia/avidemux2/Makefile 5 Aug 2006 20:09:23 -0000 @@ -20,9 +20,8 @@ PATCH_DEPENDS= ${ACLOCAL}:${PORTSDIR}/devel/automake19 LIB_DEPENDS= mp3lame.0:${PORTSDIR}/audio/lame \ mad.2:${PORTSDIR}/audio/libmad \ - xml2.5:${PORTSDIR}/textproc/libxml2 -BUILD_DEPENDS= ${LOCALBASE}/lib/libjs.so:${PORTSDIR}/lang/spidermonkey -RUN_DEPENDS= ${LOCALBASE}/lib/libjs.so:${PORTSDIR}/lang/spidermonkey + xml2.5:${PORTSDIR}/textproc/libxml2 \ + js.1:${PORTSDIR}/lang/spidermonkey USE_AUTOTOOLS= automake:19:env autoconf:259:env libtool:15 aclocal:19:env USE_X_PREFIX= yes Index: lang/p5-JavaScript/Makefile =================================================================== RCS file: /home/pcvs/ports/lang/p5-JavaScript/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- lang/p5-JavaScript/Makefile 2 Jun 2006 13:24:55 -0000 1.1 +++ lang/p5-JavaScript/Makefile 5 Aug 2006 20:09:23 -0000 @@ -15,8 +15,7 @@ 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 Index: lang/p5-JavaScript-SpiderMonkey/Makefile =================================================================== RCS file: /home/pcvs/ports/lang/p5-JavaScript-SpiderMonkey/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- lang/p5-JavaScript-SpiderMonkey/Makefile 21 Jun 2006 17:08:19 -0000 1.6 +++ lang/p5-JavaScript-SpiderMonkey/Makefile 5 Aug 2006 20:09:23 -0000 @@ -15,8 +15,8 @@ MAINTAINER= kappa@freebsd.org.ua COMMENT= Perl interface to Mozilla JavaScript implementation -BUILD_DEPENDS= ${SITE_PERL}/Log/Log4perl.pm:${PORTSDIR}/devel/p5-Log-Log4perl \ - ${LOCALBASE}/lib/libjs.so:${PORTSDIR}/lang/spidermonkey +LIB_DEPENDS= js.1:${PORTSDIR}/lang/spidermonkey +BUILD_DEPENDS= ${SITE_PERL}/Log/Log4perl.pm:${PORTSDIR}/devel/p5-Log-Log4perl RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes