diff options
author | lioux <lioux@FreeBSD.org> | 2005-11-15 10:22:33 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2005-11-15 10:22:33 +0800 |
commit | df4878e2e7acbefdf62440a2af1697ae948635f7 (patch) | |
tree | 98d68738d1a875e4d4ac0fd4aeaca3c3ea149d33 /net | |
parent | 84f717f3dad1c48570e92a343c245539dedefdef (diff) | |
download | freebsd-ports-gnome-df4878e2e7acbefdf62440a2af1697ae948635f7.tar.gz freebsd-ports-gnome-df4878e2e7acbefdf62440a2af1697ae948635f7.tar.zst freebsd-ports-gnome-df4878e2e7acbefdf62440a2af1697ae948635f7.zip |
USE_TWISTED_RUN instead of manually adding a RUN_DEPENDS entry
Diffstat (limited to 'net')
-rw-r--r-- | net/py-bittorrent-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/py-bittorrent-devel/Makefile b/net/py-bittorrent-devel/Makefile index 476a23f3d4c7..004ffb7bd865 100644 --- a/net/py-bittorrent-devel/Makefile +++ b/net/py-bittorrent-devel/Makefile @@ -20,13 +20,13 @@ MAINTAINER= lioux@FreeBSD.org COMMENT?= A peer-to-peer tool for distributing files written in Python RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/dns/__init__.py:${PORTSDIR}/dns/py-dnspython \ - ${PYTHON_SITELIBDIR}/twisted/plugins/__init__.py:${PORTSDIR}/devel/py-twistedCore \ ${PYTHON_SITELIBDIR}/Crypto/__init__.py:${PORTSDIR}/security/py-pycrypto USE_GETTEXT= yes USE_PYTHON= yes USE_PYDISTUTILS= yes USE_REINPLACE= yes +USE_TWISTED_RUN= yes CONFLICTS= py??-*[Bb]it[Tt]orrent* py??-*[Bb]it[Tt]ornado* btqueue* |