diff options
author | az <az@FreeBSD.org> | 2012-06-29 18:20:00 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-29 18:20:00 +0800 |
commit | 3c9ad27bda6855d5547080278f3a7835eca50950 (patch) | |
tree | 49c663b7fa3375c16edf446175d5b806da2d2688 /audio | |
parent | e4ef559ae1c7c5de0fe5a45ca16fef78823211e3 (diff) | |
download | freebsd-ports-gnome-3c9ad27bda6855d5547080278f3a7835eca50950.tar.gz freebsd-ports-gnome-3c9ad27bda6855d5547080278f3a7835eca50950.tar.zst freebsd-ports-gnome-3c9ad27bda6855d5547080278f3a7835eca50950.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rebot3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/rebot3/Makefile b/audio/rebot3/Makefile index 4ac7d322fa9c..6127ae54a5fd 100644 --- a/audio/rebot3/Makefile +++ b/audio/rebot3/Makefile @@ -14,8 +14,8 @@ MASTER_SITES= http://www.headmqa.com/${PORTNAME}/ \ MAINTAINER= crees@FreeBSD.org COMMENT= Renames mp3 files using freedb or local CDDB -RUN_DEPENDS= ${SITE_PERL}/CDDB.pm:${PORTSDIR}/audio/p5-CDDB \ - ${SITE_PERL}/MP3/ID3v1Tag.pm:${PORTSDIR}/audio/p5-MP3-ID3v1Tag +RUN_DEPENDS= p5-CDDB>=0:${PORTSDIR}/audio/p5-CDDB \ + p5-MP3-ID3v1Tag>=0:${PORTSDIR}/audio/p5-MP3-ID3v1Tag USE_PERL5= yes NO_BUILD= yes |