diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2005-01-10 22:04:32 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2005-01-10 22:04:32 +0000 |
commit | a0a495a09099c2e5644305b134fc1884c09bc85f (patch) | |
tree | e1a62540aa9c9c5e04261a7e3b0c228b0ac4687a /net-p2p | |
parent | f6be0814c8856c79843b9c7c3d941946038295f5 (diff) | |
download | ports-a0a495a09099c2e5644305b134fc1884c09bc85f.tar.gz ports-a0a495a09099c2e5644305b134fc1884c09bc85f.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qtorrent/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/qtorrent/Makefile b/net-p2p/qtorrent/Makefile index 204de6018226..a9907c6d122f 100644 --- a/net-p2p/qtorrent/Makefile +++ b/net-p2p/qtorrent/Makefile @@ -7,6 +7,7 @@ PORTNAME= qtorrent PORTVERSION= 0.9.6.1 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= http://thegraveyard.org/files/ @@ -17,7 +18,7 @@ BUILD_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt RUN_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt USE_BZIP2= yes -USE_PYTHON= 2.3 +USE_PYTHON= yes USE_PYDISTUTILS=yes pre-everything:: |