diff options
author | marcus <marcus@FreeBSD.org> | 2003-10-23 05:27:49 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-10-23 05:27:49 +0800 |
commit | 05d0d3bbfa23678142560d3f0d62d431b08b786f (patch) | |
tree | e223bc6feddeab0da0f7f55f0c4ad46b7af54066 /net-p2p/py-kenosis-bittorrent | |
parent | 4c7d54bcb2e6a4dc733a9892cf74d70d94522a51 (diff) | |
download | freebsd-ports-gnome-05d0d3bbfa23678142560d3f0d62d431b08b786f.tar.gz freebsd-ports-gnome-05d0d3bbfa23678142560d3f0d62d431b08b786f.tar.zst freebsd-ports-gnome-05d0d3bbfa23678142560d3f0d62d431b08b786f.zip |
Make this port accept a slave.
Diffstat (limited to 'net-p2p/py-kenosis-bittorrent')
-rw-r--r-- | net-p2p/py-kenosis-bittorrent/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/py-kenosis-bittorrent/Makefile b/net-p2p/py-kenosis-bittorrent/Makefile index dc603b0042b0..1bbf2d3d4d90 100644 --- a/net-p2p/py-kenosis-bittorrent/Makefile +++ b/net-p2p/py-kenosis-bittorrent/Makefile @@ -7,13 +7,13 @@ PORTNAME= BitTorrent PORTVERSION= 3.3 -CATEGORIES= net python +CATEGORIES?= net python MASTER_SITES= http://bitconjurer.org/BitTorrent/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} #DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(.)$/\1/} MAINTAINER= lioux@FreeBSD.org -COMMENT= A peer-to-peer tool for distributing files written in Python +COMMENT?= A peer-to-peer tool for distributing files written in Python USE_PYTHON= yes USE_PYDISTUTILS= yes |