diff options
author | rakuco <rakuco@FreeBSD.org> | 2012-09-16 04:21:58 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2012-09-16 04:21:58 +0800 |
commit | 4a489c9d47243a3cc2884a650237bb349ec84bb2 (patch) | |
tree | 7079feefe5b21f96ff3c61aa7066370be95b0f76 /net-p2p | |
parent | 1d539a97f8b54ef98ea6572647a66df166f7e6cd (diff) | |
download | freebsd-ports-gnome-4a489c9d47243a3cc2884a650237bb349ec84bb2.tar.gz freebsd-ports-gnome-4a489c9d47243a3cc2884a650237bb349ec84bb2.tar.zst freebsd-ports-gnome-4a489c9d47243a3cc2884a650237bb349ec84bb2.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.
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/ktorrent/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/libktorrent/Makefile | 6 |
2 files changed, 5 insertions, 5 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 diff --git a/net-p2p/libktorrent/Makefile b/net-p2p/libktorrent/Makefile index 8235ab3e6b8f..700a21343283 100644 --- a/net-p2p/libktorrent/Makefile +++ b/net-p2p/libktorrent/Makefile @@ -13,9 +13,9 @@ MASTER_SITES= http://ktorrent.org/downloads/${DISTVERSION:C,^1,4,:C,-.*,,}/ MAINTAINER= makc@FreeBSD.org COMMENT= Torrent library split from KTorrent -LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ - qca.2:${PORTSDIR}/devel/qca \ - boost_thread.4:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \ + qca:${PORTSDIR}/devel/qca \ + boost_thread:${PORTSDIR}/devel/boost-libs USE_BZIP2= yes USE_KDE4= kdelibs kdehier kdeprefix automoc4 |