diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-02-20 01:19:45 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-02-20 01:19:45 +0000 |
commit | 46662e3bc9248881b465153a827cf8a162f2f223 (patch) | |
tree | 766b4b7f211277337454d82d8e11c29318d7cd1d /net-p2p/py-bittorrent | |
parent | c09d2e76234cdc714160c46cf2d8b8e3bbe3bf88 (diff) | |
download | ports-46662e3bc9248881b465153a827cf8a162f2f223.tar.gz ports-46662e3bc9248881b465153a827cf8a162f2f223.zip |
Notes
Diffstat (limited to 'net-p2p/py-bittorrent')
-rw-r--r-- | net-p2p/py-bittorrent/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-p2p/py-bittorrent/Makefile b/net-p2p/py-bittorrent/Makefile index 4e9f8ea0d293..b9da39b92d2f 100644 --- a/net-p2p/py-bittorrent/Makefile +++ b/net-p2p/py-bittorrent/Makefile @@ -21,6 +21,8 @@ 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}/Crypto/__init__.py:${PORTSDIR}/security/py-pycrypto +BROKEN= Incomplete pkg-plist + USE_GETTEXT= yes USE_PYTHON= yes USE_PYDISTUTILS= yes |