diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 12:25:05 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 12:25:05 +0000 |
commit | 4c68c01d0f361a4952973ce690a092d646acb7f3 (patch) | |
tree | 768b23086cd4c3e5b50d1df107582add5813e9e4 /audio/ogg2mp3 | |
parent | - shorter desc for options (diff) |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'audio/ogg2mp3')
-rw-r--r-- | audio/ogg2mp3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/ogg2mp3/Makefile b/audio/ogg2mp3/Makefile index 59e860adcd21..a5c6b05844f3 100644 --- a/audio/ogg2mp3/Makefile +++ b/audio/ogg2mp3/Makefile @@ -14,7 +14,7 @@ MAINTAINER= tobias.rehbein@web.de COMMENT= Perl script that converts Ogg Vorbis files to MP3 format RUN_DEPENDS= lame:${PORTSDIR}/audio/lame \ - ${SITE_PERL}/String/ShellQuote.pm:${PORTSDIR}/textproc/p5-String-ShellQuote \ + p5-String-ShellQuote>=0:${PORTSDIR}/textproc/p5-String-ShellQuote \ ogginfo:${PORTSDIR}/audio/vorbis-tools NO_BUILD= yes |