diff options
author | pav <pav@FreeBSD.org> | 2004-06-05 12:57:15 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-06-05 12:57:15 +0000 |
commit | eafb08b4ccd77f499db508c352dc8b9e730f345c (patch) | |
tree | a81bc1d2e861698bad113504562d7b7bf6206cfd /net-p2p/py-bittorrent | |
parent | be73589a2156b9a645946abd7645b83e70c9b0ab (diff) | |
download | FreeBSD-ports-eafb08b4ccd77f499db508c352dc8b9e730f345c.zip FreeBSD-ports-eafb08b4ccd77f499db508c352dc8b9e730f345c.tar.gz |
- Extend CONFLICTS to cover newly added btqueue port
Diffstat (limited to 'net-p2p/py-bittorrent')
-rw-r--r-- | net-p2p/py-bittorrent/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/py-bittorrent/Makefile b/net-p2p/py-bittorrent/Makefile index 4d7249a..21eeb3b 100644 --- a/net-p2p/py-bittorrent/Makefile +++ b/net-p2p/py-bittorrent/Makefile @@ -21,7 +21,7 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes USE_REINPLACE= yes -CONFLICTS= py??-*[Bb]it[Tt]orrent* py??-*[Bb]it[Tt]ornado* +CONFLICTS= py??-*[Bb]it[Tt]orrent* py??-*[Bb]it[Tt]ornado* btqueue* PORTDOCS= BUILD.windows.txt INSTALL.unix.txt LICENSE.txt \ README.txt credits.txt |