aboutsummaryrefslogtreecommitdiffstats
path: root/audio/mythplugin-mythmusic
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-04-01 21:29:15 +0800
committermat <mat@FreeBSD.org>2016-04-01 21:29:15 +0800
commit96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0 (patch)
treee5609c11a5cecf09649970cae33b72d3774969e3 /audio/mythplugin-mythmusic
parent734d10a8b4340cbeb3639bfaf8c7249ec7089c0a (diff)
downloadfreebsd-ports-gnome-96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0.tar.gz
freebsd-ports-gnome-96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0.tar.zst
freebsd-ports-gnome-96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0.zip
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'audio/mythplugin-mythmusic')
-rw-r--r--audio/mythplugin-mythmusic/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/mythplugin-mythmusic/Makefile b/audio/mythplugin-mythmusic/Makefile
index 36c170bbf343..71b554d10777 100644
--- a/audio/mythplugin-mythmusic/Makefile
+++ b/audio/mythplugin-mythmusic/Makefile
@@ -10,12 +10,12 @@ PKGNAMEPREFIX= mythplugin-
MAINTAINER= decke@FreeBSD.org
COMMENT= Music playing plugin for MythTV
-LIB_DEPENDS= libcdio.so:${PORTSDIR}/sysutils/libcdio \
- libFLAC.so:${PORTSDIR}/audio/flac \
- libvorbis.so:${PORTSDIR}/audio/libvorbis \
- libtag.so:${PORTSDIR}/audio/taglib \
- libfftw3f.so:${PORTSDIR}/math/fftw3-float
-BUILD_DEPENDS= mythfrontend:${PORTSDIR}/multimedia/mythtv
+LIB_DEPENDS= libcdio.so:sysutils/libcdio \
+ libFLAC.so:audio/flac \
+ libvorbis.so:audio/libvorbis \
+ libtag.so:audio/taglib \
+ libfftw3f.so:math/fftw3-float
+BUILD_DEPENDS= mythfrontend:multimedia/mythtv
USE_GITHUB= yes
GH_ACCOUNT= MythTV