diff options
author | fluffy <fluffy@FreeBSD.org> | 2009-12-03 01:16:16 +0800 |
---|---|---|
committer | fluffy <fluffy@FreeBSD.org> | 2009-12-03 01:16:16 +0800 |
commit | f302c6b33a562238465142c1533d2b4240bb0626 (patch) | |
tree | fc376f67652f60a81e12ef7e4c95a391b80cc0fa /net-p2p/ktorrent/Makefile | |
parent | f1dd38fa13cefcb069ad8cfaed981d513f6f33aa (diff) | |
download | freebsd-ports-gnome-f302c6b33a562238465142c1533d2b4240bb0626.tar.gz freebsd-ports-gnome-f302c6b33a562238465142c1533d2b4240bb0626.tar.zst freebsd-ports-gnome-f302c6b33a562238465142c1533d2b4240bb0626.zip |
- Chase taglib update
Approved by: miwi (mentor)
Exp-run by: miwi
Diffstat (limited to 'net-p2p/ktorrent/Makefile')
-rw-r--r-- | net-p2p/ktorrent/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/ktorrent/Makefile b/net-p2p/ktorrent/Makefile index f05a36e72bce..ff8748d65ba1 100644 --- a/net-p2p/ktorrent/Makefile +++ b/net-p2p/ktorrent/Makefile @@ -7,6 +7,7 @@ PORTNAME= ktorrent PORTVERSION= 3.3.1 +PORTREVISION= 1 CATEGORIES= net-p2p kde MASTER_SITES= http://ktorrent.org/downloads/${PORTVERSION}/ @@ -16,7 +17,7 @@ COMMENT= BitTorrent client for KDE LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \ qca.2:${PORTSDIR}/devel/qca \ streamanalyzer.0:${PORTSDIR}/deskutils/strigi \ - tag.6:${PORTSDIR}/audio/taglib + tag.1:${PORTSDIR}/audio/taglib USE_BZIP2= yes USE_KDE4= kdelibs kdehier kdeprefix automoc4 |