aboutsummaryrefslogtreecommitdiff
path: root/audio/ogg2mp3
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 13:29:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 13:29:15 +0000
commit7f4572eae4327c4403d9ef714cb6de917650662a (patch)
treee5609c11a5cecf09649970cae33b72d3774969e3 /audio/ogg2mp3
parent630b8bcb8b62c77a87ea9d6bfa87a312a9d89555 (diff)
downloadports-7f4572eae4327c4403d9ef714cb6de917650662a.tar.gz
ports-7f4572eae4327c4403d9ef714cb6de917650662a.zip
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412344
Diffstat (limited to 'audio/ogg2mp3')
-rw-r--r--audio/ogg2mp3/Makefile6
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