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/libktorrent | |
parent | 0062a3fa62e39adf1e45243972dbf2171597d057 (diff) |
Notes
Diffstat (limited to 'net-p2p/libktorrent')
-rw-r--r-- | net-p2p/libktorrent/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |