summaryrefslogtreecommitdiff
path: root/net-p2p/rblibtorrent
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2007-04-18 00:34:08 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2007-04-18 00:34:08 +0000
commitda9996385bcfdada28a3a01779d0012dfe33b40d (patch)
treed14d2518c625c7f779f8e5d46084a37d25032b5e /net-p2p/rblibtorrent
parentMASTER_SITES has been changed. (diff)
- Complete repocopy of net-p2p/rblibtorrent to net-p2p/rblibtorrent-devel and
update. - Add CONFLICTS to libtorrent, libtorrent-devel and rblibtorrent. PR: ports/111392 Submitted by: alepulver (myself)
Notes
Notes: svn path=/head/; revision=190257
Diffstat (limited to 'net-p2p/rblibtorrent')
-rw-r--r--net-p2p/rblibtorrent/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net-p2p/rblibtorrent/Makefile b/net-p2p/rblibtorrent/Makefile
index 64ec889d5c99..31d0eb9e403e 100644
--- a/net-p2p/rblibtorrent/Makefile
+++ b/net-p2p/rblibtorrent/Makefile
@@ -26,7 +26,9 @@ CONFIGURE_ARGS= --disable-debug
CONFIGURE_ENV= CXXFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
-CONFLICTS= libtorrent-[0-9]*
+CONFLICTS= libtorrent-[0-9]* \
+ libtorrent-devel-[0-9]* \
+ rblibtorrent-devel-[0-9]*
.include <bsd.port.pre.mk>