aboutsummaryrefslogtreecommitdiff
path: root/audio/audiere
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/audiere
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/audiere')
-rw-r--r--audio/audiere/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/audiere/Makefile b/audio/audiere/Makefile
index 2d7102fc67e8..c510f1b342ce 100644
--- a/audio/audiere/Makefile
+++ b/audio/audiere/Makefile
@@ -36,11 +36,11 @@ CDAUDIO_DESC= libcdaudio support
# link audiere with ogg as well
DUMB_IMPLIES= VORBIS
-DUMB_BUILD_DEPENDS= ${LOCALBASE}/lib/libdumb.a:${PORTSDIR}/audio/dumb
-CDAUDIO_LIB_DEPENDS= libcdaudio.so:${PORTSDIR}/audio/libcdaudio
-VORBIS_LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis \
- libogg.so:${PORTSDIR}/audio/libogg
-SPEEX_LIB_DEPENDS= libspeex.so:${PORTSDIR}/audio/speex
+DUMB_BUILD_DEPENDS= ${LOCALBASE}/lib/libdumb.a:audio/dumb
+CDAUDIO_LIB_DEPENDS= libcdaudio.so:audio/libcdaudio
+VORBIS_LIB_DEPENDS= libvorbis.so:audio/libvorbis \
+ libogg.so:audio/libogg
+SPEEX_LIB_DEPENDS= libspeex.so:audio/speex
post-patch:
# could be an option, but build is broken with recent FLAC