diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
commit | 7f4572eae4327c4403d9ef714cb6de917650662a (patch) | |
tree | e5609c11a5cecf09649970cae33b72d3774969e3 /audio/ogg2mp3 | |
parent | Fix prop. (diff) |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'audio/ogg2mp3')
-rw-r--r-- | audio/ogg2mp3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/ogg2mp3/Makefile b/audio/ogg2mp3/Makefile index c5b46facaa44..1836f2f4a66a 100644 --- a/audio/ogg2mp3/Makefile +++ b/audio/ogg2mp3/Makefile @@ -12,9 +12,9 @@ COMMENT= Perl script that converts Ogg Vorbis files to MP3 format LICENSE= GPLv2 -RUN_DEPENDS= lame:${PORTSDIR}/audio/lame \ - p5-String-ShellQuote>=0:${PORTSDIR}/textproc/p5-String-ShellQuote \ - ogginfo:${PORTSDIR}/audio/vorbis-tools +RUN_DEPENDS= lame:audio/lame \ + p5-String-ShellQuote>=0:textproc/p5-String-ShellQuote \ + ogginfo:audio/vorbis-tools NO_BUILD= yes USES= perl5 tar:bzip2 |