diff options
author | alepulver <alepulver@FreeBSD.org> | 2007-04-18 08:34:08 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2007-04-18 08:34:08 +0800 |
commit | 8bd47d595b7b8abfc9abb8528753f3b7451a2709 (patch) | |
tree | 4080d533ab87fdd5a5332a254a0d2993d5f8a4af /net-p2p/libtorrent-devel | |
parent | eeb83d8f37547edbc2f73127d2d3861b5f0f840b (diff) | |
download | freebsd-ports-gnome-8bd47d595b7b8abfc9abb8528753f3b7451a2709.tar.gz freebsd-ports-gnome-8bd47d595b7b8abfc9abb8528753f3b7451a2709.tar.zst freebsd-ports-gnome-8bd47d595b7b8abfc9abb8528753f3b7451a2709.zip |
- 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)
Diffstat (limited to 'net-p2p/libtorrent-devel')
-rw-r--r-- | net-p2p/libtorrent-devel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-p2p/libtorrent-devel/Makefile b/net-p2p/libtorrent-devel/Makefile index 93b868bfd4fd..c3d7fb448e35 100644 --- a/net-p2p/libtorrent-devel/Makefile +++ b/net-p2p/libtorrent-devel/Makefile @@ -18,7 +18,9 @@ MD5_FILE= ${.CURDIR}/distinfo PLIST= ${.CURDIR}/pkg-plist DESCR= ${MASTERDIR}/pkg-descr -CONFLICTS= libtorrent-[0-9]* +CONFLICTS= libtorrent-[0-9]* \ + rblibtorrent-[0-9]* \ + rblibtorrent-devel-[0-9]* EXTRA_PATCHES= ${.CURDIR}/files/devel-* |