diff options
author | az <az@FreeBSD.org> | 2012-06-30 00:47:42 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-30 00:47:42 +0800 |
commit | 5f496069a0fc2ffe8e7ae155fab2ea5c1d81d9ae (patch) | |
tree | 6c92964daaa632260369a3b1af695c201e7f3fcb /multimedia | |
parent | a69df40abcf6c0679144d4bfbc59ecd188480438 (diff) | |
download | freebsd-ports-gnome-5f496069a0fc2ffe8e7ae155fab2ea5c1d81d9ae.tar.gz freebsd-ports-gnome-5f496069a0fc2ffe8e7ae155fab2ea5c1d81d9ae.tar.zst freebsd-ports-gnome-5f496069a0fc2ffe8e7ae155fab2ea5c1d81d9ae.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mp3cd/Makefile | 2 | ||||
-rw-r--r-- | multimedia/youtube-viewer/Makefile | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/mp3cd/Makefile b/multimedia/mp3cd/Makefile index 233d0809963c..0e3bfa4907e9 100644 --- a/multimedia/mp3cd/Makefile +++ b/multimedia/mp3cd/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://outflux.net/software/pkgs/mp3cd/download/ MAINTAINER= sylvio@FreeBSD.org COMMENT= Perl script that burns MP3 to audio CDs -BUILD_DEPENDS= ${SITE_PERL}/Config/Simple.pm:${PORTSDIR}/devel/p5-Config-Simple +BUILD_DEPENDS= p5-Config-Simple>=0:${PORTSDIR}/devel/p5-Config-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= yes diff --git a/multimedia/youtube-viewer/Makefile b/multimedia/youtube-viewer/Makefile index 86bc9b673b6e..a18acc55fd67 100644 --- a/multimedia/youtube-viewer/Makefile +++ b/multimedia/youtube-viewer/Makefile @@ -18,9 +18,9 @@ DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} MAINTAINER= dhn@FreeBSD.org COMMENT= Search and play YouTube videos streaming in MPlayer -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Fast.pm:${PORTSDIR}/net/p5-XML-Fast \ - ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor \ +RUN_DEPENDS= p5-XML-Fast>=0:${PORTSDIR}/net/p5-XML-Fast \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-Term-ANSIColor>=0:${PORTSDIR}/devel/p5-Term-ANSIColor \ mplayer:${PORTSDIR}/multimedia/mplayer USE_PERL5_RUN= yes |