diff options
author | makc <makc@FreeBSD.org> | 2010-11-14 19:45:35 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-11-14 19:45:35 +0800 |
commit | 37a37466ae5162da83049dd5ac166119386b92ac (patch) | |
tree | 513e9c776ae5baec09802b5de99b2cfe958b5416 | |
parent | de433533e557c436bbb1fcc1f1ca64b5f427d077 (diff) | |
download | freebsd-ports-gnome-37a37466ae5162da83049dd5ac166119386b92ac.tar.gz freebsd-ports-gnome-37a37466ae5162da83049dd5ac166119386b92ac.tar.zst freebsd-ports-gnome-37a37466ae5162da83049dd5ac166119386b92ac.zip |
IGNORE when ktorrent2 for KDE3 is detected.
PR: ports/152197
Reported by: Belansky Stanislav <stanislav at icmail.ru>
-rw-r--r-- | net-p2p/ktorrent/Makefile | 4 |
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="" |