aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2012-03-13 10:29:36 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2012-03-13 10:29:36 +0000
commit33d77587e7db32f085bca0f2444dac6deb5c4948 (patch)
tree9581cbe9ebdd95cc7aaf665efd7e40b74fa6ee7b /audio
parentbd810e933a9e2e81283567189ead6ce9a9e37aba (diff)
downloadports-33d77587e7db32f085bca0f2444dac6deb5c4948.tar.gz
ports-33d77587e7db32f085bca0f2444dac6deb5c4948.zip
- Add direct dependency on audio/taglib to fix build after removing
libtunepimp support [1] - Set PORTSCOUT, new versions are Qt4/KDE4 only Reported by: erwin via pointyhat [1] Feature safe: yes
Notes
Notes: svn path=/head/; revision=293228
Diffstat (limited to 'audio')
-rw-r--r--audio/kid3/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/kid3/Makefile b/audio/kid3/Makefile
index 6f575e590730..b5ee81ca6962 100644
--- a/audio/kid3/Makefile
+++ b/audio/kid3/Makefile
@@ -18,7 +18,10 @@ LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib \
FLAC.10:${PORTSDIR}/audio/flac \
ogg.7:${PORTSDIR}/audio/libogg \
vorbis.4:${PORTSDIR}/audio/libvorbis \
- mp4v2.10:${PORTSDIR}/multimedia/mp4v2
+ mp4v2.10:${PORTSDIR}/multimedia/mp4v2 \
+ tag:${PORTSDIR}/audio/taglib
+
+PORTSCOUT= limit:^1\.
USE_KDELIBS_VER=3
USE_GMAKE= yes