diff options
author | kris <kris@FreeBSD.org> | 2007-01-20 09:46:48 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-01-20 09:46:48 +0800 |
commit | af7e8931a541ccbcdc059d1d6567498a2d0e1561 (patch) | |
tree | 1aa705750773c303b3588eee72bbb4aa34907e20 /net-p2p/py-bittorrent | |
parent | da459d361d344d03f1a7f63aa7f5add172822d9e (diff) | |
download | freebsd-ports-graphics-af7e8931a541ccbcdc059d1d6567498a2d0e1561.tar.gz freebsd-ports-graphics-af7e8931a541ccbcdc059d1d6567498a2d0e1561.tar.zst freebsd-ports-graphics-af7e8931a541ccbcdc059d1d6567498a2d0e1561.zip |
BROKEN: fails to patch
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 e2c71dd5ba2..b9dd136d13a 100644 --- a/net-p2p/py-bittorrent/Makefile +++ b/net-p2p/py-bittorrent/Makefile @@ -19,6 +19,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= Fails to patch + USE_GETTEXT= yes USE_PYTHON= yes USE_PYDISTUTILS= yes |