diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-28 18:37:23 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-28 18:37:23 +0000 |
commit | 2f57eb092608beb8bbffe9812d1ec7c511510adc (patch) | |
tree | 97c05a4ce9683e5d9a23d2f9aae98d4c08cb2f85 /audio/mp3riot | |
parent | Fix PORTREVISIONs (diff) |
- Remove SITE_PERL from *_DEPENDS
Notes
Notes:
svn path=/head/; revision=300176
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 4bc916f7d58e..d3eced9ebeb7 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 |