diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-10-23 13:08:41 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-10-23 13:08:41 +0000 |
commit | 21646392b027298c4aca08ad5386649a6869ccea (patch) | |
tree | 902ae1e48303d70f1045908f9eb477d7722924c8 /net-p2p/ktorrent | |
parent | 6c8d9e9eb93b758a9136ea26f6d089c61feae712 (diff) | |
download | ports-21646392b027298c4aca08ad5386649a6869ccea.tar.gz ports-21646392b027298c4aca08ad5386649a6869ccea.zip |
- Support staging
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes
Notes
Notes:
svn path=/head/; revision=331383
Diffstat (limited to 'net-p2p/ktorrent')
-rw-r--r-- | net-p2p/ktorrent/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-p2p/ktorrent/Makefile b/net-p2p/ktorrent/Makefile index 1107ce01d026..8cd3e08ec611 100644 --- a/net-p2p/ktorrent/Makefile +++ b/net-p2p/ktorrent/Makefile @@ -11,9 +11,9 @@ MAINTAINER= makc@FreeBSD.org COMMENT= BitTorrent client for KDE BUILD_DEPENDS= ${LOCALBASE}/include/boost/bind.hpp:${PORTSDIR}/devel/boost-libs -LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib \ - gmp:${PORTSDIR}/math/gmp \ - ktorrent.5:${PORTSDIR}/net-p2p/libktorrent +LIB_DEPENDS= libtag.so:${PORTSDIR}/audio/taglib \ + libgmp.so:${PORTSDIR}/math/gmp \ + libktorrent.so:${PORTSDIR}/net-p2p/libktorrent USE_BZIP2= yes USE_KDE4= kdelibs kdehier kdeprefix automoc4 pimlibs workspace @@ -30,7 +30,6 @@ PLIST_SUB+= SHLIB_VER=${SHLIB_VER} \ CMAKE_ARGS+= -DENABLE_KIO_MAGNET=1 -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's,ktorrent,$${LIBKTORRENT_LIBRARIES},' \ ${WRKSRC}/plugins/ipfilter/tests/CMakeLists.txt |