diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2012-03-13 10:29:36 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2012-03-13 10:29:36 +0000 |
commit | 33d77587e7db32f085bca0f2444dac6deb5c4948 (patch) | |
tree | 9581cbe9ebdd95cc7aaf665efd7e40b74fa6ee7b | |
parent | bd810e933a9e2e81283567189ead6ce9a9e37aba (diff) | |
download | ports-33d77587e7db32f085bca0f2444dac6deb5c4948.tar.gz ports-33d77587e7db32f085bca0f2444dac6deb5c4948.zip |
Notes
-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 |