aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/libktorrent
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2013-03-28 12:06:41 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2013-03-28 12:06:41 +0000
commitf60233ccc6f7dac83df6c406a908cb0095b1605c (patch)
treea9dec9479dc4b1755c2ac3aed919395de377c55b /net-p2p/libktorrent
parent7f20f6a8ee1cbb077d8d212e8600cfaaf6754337 (diff)
downloadports-f60233ccc6f7dac83df6c406a908cb0095b1605c.tar.gz
ports-f60233ccc6f7dac83df6c406a908cb0095b1605c.zip
Notes
Diffstat (limited to 'net-p2p/libktorrent')
-rw-r--r--net-p2p/libktorrent/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/net-p2p/libktorrent/Makefile b/net-p2p/libktorrent/Makefile
index 29e7b0a46a2d..ce4d972addf9 100644
--- a/net-p2p/libktorrent/Makefile
+++ b/net-p2p/libktorrent/Makefile
@@ -2,21 +2,22 @@
PORTNAME= libktorrent
DISTVERSION= 1.3.1
+PORTREVISION= 1
CATEGORIES= net-p2p kde
MASTER_SITES= http://ktorrent.org/downloads/${DISTVERSION:C,^1,4,:C,-.*,,}/
MAINTAINER= makc@FreeBSD.org
COMMENT= Torrent library split from KTorrent
+BUILD_DEPENDS= ${LOCALBASE}/include/boost/concept_check.hpp:${PORTSDIR}/devel/boost-libs
LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt \
gmp:${PORTSDIR}/math/gmp \
- qca:${PORTSDIR}/devel/qca \
- boost_thread:${PORTSDIR}/devel/boost-libs
+ qca:${PORTSDIR}/devel/qca
USE_BZIP2= yes
USE_KDE4= kdelibs kdehier kdeprefix automoc4
-USE_QT4= qmake_build moc_build rcc_build uic_build
-USES= cmake
+USE_QT4= qtestlib_build qmake_build moc_build rcc_build uic_build
+USES= cmake:outsource
USE_GETTEXT= yes
USE_LDCONFIG= yes
MAKE_JOBS_SAFE= yes