diff options
author | az <az@FreeBSD.org> | 2012-06-30 20:25:05 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-30 20:25:05 +0800 |
commit | 0ebd6a5ee96d4083e11152c20272fdd13778fae4 (patch) | |
tree | dbe1a0d8df971ef0ba5b5f6a0096d7f3538cd64e /audio/mp32ogg | |
parent | 60d1bd004aa610051a3da8f2fb63c4b41c857301 (diff) | |
download | freebsd-ports-gnome-0ebd6a5ee96d4083e11152c20272fdd13778fae4.tar.gz freebsd-ports-gnome-0ebd6a5ee96d4083e11152c20272fdd13778fae4.tar.zst freebsd-ports-gnome-0ebd6a5ee96d4083e11152c20272fdd13778fae4.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'audio/mp32ogg')
-rw-r--r-- | audio/mp32ogg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mp32ogg/Makefile b/audio/mp32ogg/Makefile index 1c71f8a6a334..14b75a822c18 100644 --- a/audio/mp32ogg/Makefile +++ b/audio/mp32ogg/Makefile @@ -20,8 +20,8 @@ COMMENT= Convert MP3 files to Ogg Vorbis files RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 \ oggenc:${PORTSDIR}/audio/vorbis-tools \ - ${SITE_PERL}/MP3/Info.pm:${PORTSDIR}/audio/p5-MP3-Info \ - ${SITE_PERL}/String/ShellQuote.pm:${PORTSDIR}/textproc/p5-String-ShellQuote + p5-MP3-Info>=0:${PORTSDIR}/audio/p5-MP3-Info \ + p5-String-ShellQuote>=0:${PORTSDIR}/textproc/p5-String-ShellQuote USE_PERL5= yes NO_WRKSUBDIR= yes |