diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-29 10:20:00 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-29 10:20:00 +0000 |
commit | 47d7ecfddff6aa8af488a1c7a703e2ff85e35678 (patch) | |
tree | f2b3b30b5c45fb5a4549ebf72c8df88a3e31e876 /audio | |
parent | 4c44c06b4b67067a59ad9ec9b75e5ed68f89f06e (diff) | |
download | ports-47d7ecfddff6aa8af488a1c7a703e2ff85e35678.tar.gz ports-47d7ecfddff6aa8af488a1c7a703e2ff85e35678.zip |
Notes
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 |