diff options
author | lioux <lioux@FreeBSD.org> | 2004-12-08 23:12:40 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2004-12-08 23:12:40 +0800 |
commit | b1f83df81017dcfe2946616a6356c22a382d4acb (patch) | |
tree | ba83c98334de8e017ecdfa40cc1a089b142fd204 /net-p2p/py-bittorrent | |
parent | 196c499520dbc0cbb51e07bc016961d0b73c0a93 (diff) | |
download | freebsd-ports-gnome-b1f83df81017dcfe2946616a6356c22a382d4acb.tar.gz freebsd-ports-gnome-b1f83df81017dcfe2946616a6356c22a382d4acb.tar.zst freebsd-ports-gnome-b1f83df81017dcfe2946616a6356c22a382d4acb.zip |
Mark BROKEN since it "does not work with python 2.4"
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 b0de002c6742..50830269b263 100644 --- a/net-p2p/py-bittorrent/Makefile +++ b/net-p2p/py-bittorrent/Makefile @@ -18,6 +18,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lioux@FreeBSD.org COMMENT?= A peer-to-peer tool for distributing files written in Python +BROKEN= Does not work with python 2.4 + USE_PYTHON= yes USE_PYDISTUTILS= yes USE_REINPLACE= yes |