aboutsummaryrefslogtreecommitdiff
path: root/audio/musiccontrol
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/musiccontrol
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/musiccontrol')
-rw-r--r--audio/musiccontrol/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/musiccontrol/Makefile b/audio/musiccontrol/Makefile
index 4c5475608526..1322301ddddf 100644
--- a/audio/musiccontrol/Makefile
+++ b/audio/musiccontrol/Makefile
@@ -13,9 +13,9 @@ EXTRACT_ONLY=
MAINTAINER= xi@borderworlds.dk
COMMENT= Advanced music player
-RUN_DEPENDS= ${LOCALBASE}/bin/mpg123:${PORTSDIR}/audio/mpg123 \
- ${LOCALBASE}/bin/ogg123:${PORTSDIR}/audio/vorbis-tools \
- ${LOCALBASE}/bin/simplemod:${PORTSDIR}/audio/simplemod
+RUN_DEPENDS= ${LOCALBASE}/bin/mpg123:audio/mpg123 \
+ ${LOCALBASE}/bin/ogg123:audio/vorbis-tools \
+ ${LOCALBASE}/bin/simplemod:audio/simplemod
USE_JAVA= yes
JAVA_VERSION= 1.6+