diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2012-03-13 18:29:36 +0800 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2012-03-13 18:29:36 +0800 |
commit | 33d77587e7db32f085bca0f2444dac6deb5c4948 (patch) | |
tree | 9581cbe9ebdd95cc7aaf665efd7e40b74fa6ee7b /audio | |
parent | bd810e933a9e2e81283567189ead6ce9a9e37aba (diff) | |
download | freebsd-ports-gnome-33d77587e7db32f085bca0f2444dac6deb5c4948.tar.gz freebsd-ports-gnome-33d77587e7db32f085bca0f2444dac6deb5c4948.tar.zst freebsd-ports-gnome-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
Diffstat (limited to 'audio')
-rw-r--r-- | audio/kid3/Makefile | 5 |
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 |