diff options
author | lioux <lioux@FreeBSD.org> | 2004-03-01 12:15:52 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2004-03-01 12:15:52 +0800 |
commit | 68c15b03dad5efd9e4e26a54c47440737c966b4a (patch) | |
tree | 5e96689fb0b8fc155ac3cce3bba8869c89a3a63e /net | |
parent | 9ff2263672af3004338a59f705e49bbe7f545ce9 (diff) | |
download | freebsd-ports-gnome-68c15b03dad5efd9e4e26a54c47440737c966b4a.tar.gz freebsd-ports-gnome-68c15b03dad5efd9e4e26a54c47440737c966b4a.tar.zst freebsd-ports-gnome-68c15b03dad5efd9e4e26a54c47440737c966b4a.zip |
Add CONFLICTS handling
Diffstat (limited to 'net')
-rw-r--r-- | net/py-bittorrent-devel/Makefile | 2 | ||||
-rw-r--r-- | net/py-bittorrent/Makefile | 2 | ||||
-rw-r--r-- | net/py-kenosis-bittorrent/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/net/py-bittorrent-devel/Makefile b/net/py-bittorrent-devel/Makefile index 2aed0dd09bc1..97d91b7fbefb 100644 --- a/net/py-bittorrent-devel/Makefile +++ b/net/py-bittorrent-devel/Makefile @@ -21,6 +21,8 @@ USE_PYDISTUTILS= yes USE_REINPLACE= yes USE_SIZE= yes +CONFLICTS= py??-*bittorrent* + DOC_FILES= BUILD.windows.txt INSTALL.unix.txt LICENSE.txt \ README.txt credits.txt diff --git a/net/py-bittorrent/Makefile b/net/py-bittorrent/Makefile index 2aed0dd09bc1..97d91b7fbefb 100644 --- a/net/py-bittorrent/Makefile +++ b/net/py-bittorrent/Makefile @@ -21,6 +21,8 @@ USE_PYDISTUTILS= yes USE_REINPLACE= yes USE_SIZE= yes +CONFLICTS= py??-*bittorrent* + DOC_FILES= BUILD.windows.txt INSTALL.unix.txt LICENSE.txt \ README.txt credits.txt diff --git a/net/py-kenosis-bittorrent/Makefile b/net/py-kenosis-bittorrent/Makefile index 2aed0dd09bc1..97d91b7fbefb 100644 --- a/net/py-kenosis-bittorrent/Makefile +++ b/net/py-kenosis-bittorrent/Makefile @@ -21,6 +21,8 @@ USE_PYDISTUTILS= yes USE_REINPLACE= yes USE_SIZE= yes +CONFLICTS= py??-*bittorrent* + DOC_FILES= BUILD.windows.txt INSTALL.unix.txt LICENSE.txt \ README.txt credits.txt |