aboutsummaryrefslogtreecommitdiff
path: root/audio/py-fmoo-audiotools/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/py-fmoo-audiotools/Makefile
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/py-fmoo-audiotools/Makefile')
-rw-r--r--audio/py-fmoo-audiotools/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/py-fmoo-audiotools/Makefile b/audio/py-fmoo-audiotools/Makefile
index 31a2fa10250c..a17378592351 100644
--- a/audio/py-fmoo-audiotools/Makefile
+++ b/audio/py-fmoo-audiotools/Makefile
@@ -19,12 +19,12 @@ USE_PYTHON= autoplist concurrent distutils
OPTIONS_DEFINE= CDIO LAME MPG123 OPUS TWOLAME VORBIS
OPTIONS_DEFAULT=CDIO MPG123 OPUS TWOLAME VORBIS
-CDIO_LIB_DEPENDS= libcdio_cdda.so:${PORTSDIR}/sysutils/libcdio-paranoia
-LAME_LIB_DEPENDS= libmp3lame.so:${PORTSDIR}/audio/lame
-MPG123_LIB_DEPENDS= libmpg123.so:${PORTSDIR}/audio/mpg123
-OPUS_LIB_DEPENDS= libopusfile.so:${PORTSDIR}/audio/opusfile
-TWOLAME_LIB_DEPENDS= libtwolame.so:${PORTSDIR}/audio/twolame
-VORBIS_LIB_DEPENDS= libvorbisenc.so:${PORTSDIR}/audio/libvorbis
+CDIO_LIB_DEPENDS= libcdio_cdda.so:sysutils/libcdio-paranoia
+LAME_LIB_DEPENDS= libmp3lame.so:audio/lame
+MPG123_LIB_DEPENDS= libmpg123.so:audio/mpg123
+OPUS_LIB_DEPENDS= libopusfile.so:audio/opusfile
+TWOLAME_LIB_DEPENDS= libtwolame.so:audio/twolame
+VORBIS_LIB_DEPENDS= libvorbisenc.so:audio/libvorbis
CPPFLAGS+= -I${LOCALBASE}/include