diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2012-09-15 20:21:58 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2012-09-15 20:21:58 +0000 |
commit | adc0c1ba8b0e11e67e1882bbc709ed7b7e230080 (patch) | |
tree | 7079feefe5b21f96ff3c61aa7066370be95b0f76 /net-p2p/ktorrent | |
parent | 0062a3fa62e39adf1e45243972dbf2171597d057 (diff) | |
download | ports-adc0c1ba8b0e11e67e1882bbc709ed7b7e230080.tar.gz ports-adc0c1ba8b0e11e67e1882bbc709ed7b7e230080.zip |
{lib}ktorrent: Follow the trend of not specifying library shversions in the dependencies.
Incidentally, this should also fix the ktorrent build, since
libktorrent has had a shlib bump.
Notes
Notes:
svn path=/head/; revision=304324
Diffstat (limited to 'net-p2p/ktorrent')
-rw-r--r-- | net-p2p/ktorrent/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/ktorrent/Makefile b/net-p2p/ktorrent/Makefile index 2c3d11d53a8f..cd4d13d00583 100644 --- a/net-p2p/ktorrent/Makefile +++ b/net-p2p/ktorrent/Makefile @@ -13,8 +13,8 @@ MASTER_SITES= http://ktorrent.org/downloads/${DISTVERSION}/ MAINTAINER= makc@FreeBSD.org COMMENT= BitTorrent client for KDE -LIB_DEPENDS= tag.1:${PORTSDIR}/audio/taglib \ - ktorrent.4:${PORTSDIR}/net-p2p/libktorrent +LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib \ + ktorrent:${PORTSDIR}/net-p2p/libktorrent USE_BZIP2= yes USE_KDE4= kdelibs kdehier kdeprefix automoc4 pimlibs workspace |