diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-04-18 00:34:08 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-04-18 00:34:08 +0000 |
commit | da9996385bcfdada28a3a01779d0012dfe33b40d (patch) | |
tree | d14d2518c625c7f779f8e5d46084a37d25032b5e /net-p2p/libtorrent | |
parent | ac9dbb7d286133ab045f4e6feff82d02409cb4cc (diff) |
Notes
Diffstat (limited to 'net-p2p/libtorrent')
-rw-r--r-- | net-p2p/libtorrent/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile index e19c842d9bbe..598df51a3eee 100644 --- a/net-p2p/libtorrent/Makefile +++ b/net-p2p/libtorrent/Makefile @@ -18,7 +18,9 @@ COMMENT?= BitTorrent Library written in C++ LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 -CONFLICTS?= libtorrent-devel-[0-9]* +CONFLICTS?= libtorrent-devel-[0-9]* \ + rblibtorrent-[0-9]* \ + rblibtorrent-devel-[0-9]* USE_AUTOTOOLS= libtool:15 USE_GCC= 3.4 |