aboutsummaryrefslogtreecommitdiff
path: root/audio/mythplugin-mythmusic/Makefile
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/mythplugin-mythmusic/Makefile
parent630b8bcb8b62c77a87ea9d6bfa87a312a9d89555 (diff)
downloadports-7f4572eae4327c4403d9ef714cb6de917650662a.tar.gz
ports-7f4572eae4327c4403d9ef714cb6de917650662a.zip
Notes
Diffstat (limited to 'audio/mythplugin-mythmusic/Makefile')
-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