summaryrefslogtreecommitdiff
path: root/net-p2p/py-bittorrent/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-01-20 13:39:00 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-01-20 13:39:00 +0000
commit71af7e7e6830cd503fd84861806019ef8351c8a8 (patch)
tree891607631c7a820ecb86f428be44f2403721d8b5 /net-p2p/py-bittorrent/Makefile
parentUpgrade to 1.2.106. (diff)
- Fix patch with psyco
- Fix two problematic imports in vendor code - Unbreak PR: ports/107395 Submitted by: Emil Mikulic <emil@cs.rmit.edu.au> Approved by: maintainer timeout (lioux; 19 days)
Notes
Notes: svn path=/head/; revision=182858
Diffstat (limited to 'net-p2p/py-bittorrent/Makefile')
-rw-r--r--net-p2p/py-bittorrent/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/net-p2p/py-bittorrent/Makefile b/net-p2p/py-bittorrent/Makefile
index b9dd136d13ab..e2c71dd5ba29 100644
--- a/net-p2p/py-bittorrent/Makefile
+++ b/net-p2p/py-bittorrent/Makefile
@@ -19,8 +19,6 @@ 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