diff options
author | az <az@FreeBSD.org> | 2012-06-29 02:37:23 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-29 02:37:23 +0800 |
commit | d767f0728d3efeb994fab115409d2613056d4dcb (patch) | |
tree | fcc23cd040c16dbe5fcf8d453dc0e501e4c30dac /audio/mp3riot | |
parent | 22c51e57b674473bf359f08d37a6a1c82ff7bea7 (diff) | |
download | freebsd-ports-graphics-d767f0728d3efeb994fab115409d2613056d4dcb.tar.gz freebsd-ports-graphics-d767f0728d3efeb994fab115409d2613056d4dcb.tar.zst freebsd-ports-graphics-d767f0728d3efeb994fab115409d2613056d4dcb.zip |
- Remove SITE_PERL from *_DEPENDS
Diffstat (limited to 'audio/mp3riot')
-rw-r--r-- | audio/mp3riot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mp3riot/Makefile b/audio/mp3riot/Makefile index 4bc916f7d58..d3eced9ebeb 100644 --- a/audio/mp3riot/Makefile +++ b/audio/mp3riot/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.linuxsecure.de/f2html/ MAINTAINER= ports@FreeBSD.org COMMENT= Mp3riot creates mp3 playlists, HTML files, etc -RUN_DEPENDS= ${SITE_PERL}/MP3/Info.pm:${PORTSDIR}/audio/p5-MP3-Info +RUN_DEPENDS= p5-MP3-Info>=0:${PORTSDIR}/audio/p5-MP3-Info NO_BUILD= yes USE_PERL5= yes |