diff options
author | pav <pav@FreeBSD.org> | 2007-01-21 01:36:12 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-01-21 01:36:12 +0800 |
commit | 046bf5878c320e7cccdb5cb6a292b460548d7c8f (patch) | |
tree | f841c2610fe301627c68bd9ef22ebe7d3e9c3025 /net-p2p | |
parent | ab77bd31faccb5c8111bc16eea867af641046a3e (diff) | |
download | freebsd-ports-gnome-046bf5878c320e7cccdb5cb6a292b460548d7c8f.tar.gz freebsd-ports-gnome-046bf5878c320e7cccdb5cb6a292b460548d7c8f.tar.zst freebsd-ports-gnome-046bf5878c320e7cccdb5cb6a292b460548d7c8f.zip |
- Fix build: py-twisted-web is needed in configure phase
Diffstat (limited to 'net-p2p')
-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 e2c71dd5ba29..c1d7743cae54 100644 --- a/net-p2p/py-bittorrent/Makefile +++ b/net-p2p/py-bittorrent/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/dns/__init__.py:${PORTSDIR}/dns/py-dnspython USE_GETTEXT= yes USE_PYTHON= yes USE_PYDISTUTILS= yes -USE_TWISTED_RUN= web +USE_TWISTED= web CONFLICTS= py??-*[Bb]it[Tt]orrent* py??-*[Bb]it[Tt]ornado* btqueue* |