aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2010-11-14 11:45:35 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2010-11-14 11:45:35 +0000
commitf05c9986018af134d056ba96bfac19545bc8c283 (patch)
tree084390e91d1f43b64b3beb729520151b1dbfba7c /net-p2p
parent8b20c18053363a2aa3dbf93fe6d3c022f2ba0e12 (diff)
downloadports-f05c9986018af134d056ba96bfac19545bc8c283.tar.gz
ports-f05c9986018af134d056ba96bfac19545bc8c283.zip
IGNORE when ktorrent2 for KDE3 is detected.
PR: ports/152197 Reported by: Belansky Stanislav <stanislav at icmail.ru>
Notes
Notes: svn path=/head/; revision=264513
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/ktorrent/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net-p2p/ktorrent/Makefile b/net-p2p/ktorrent/Makefile
index 3fc48b2fd8f5..4d3cbcc6d7ea 100644
--- a/net-p2p/ktorrent/Makefile
+++ b/net-p2p/ktorrent/Makefile
@@ -32,6 +32,10 @@ OPTIONS= SYNDICATION "Enable RSS/Atom plugin" on \
.include <bsd.port.options.mk>
+.if exists(${LOCALBASE}/lib/libktorrent-2.2.8.so)
+IGNORE= fails to build with net-p2p/ktorrent2 installed. Deinstall it first
+.endif
+
.if !defined(WITHOUT_SYNDICATION)
USE_KDE4+= pimlibs
PLIST_SUB+= SYNDICATION=""