diff options
author | lofi <lofi@FreeBSD.org> | 2005-01-11 06:04:32 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2005-01-11 06:04:32 +0800 |
commit | f5c9798d5bc1b93f3f17203c588c628e70a47a6d (patch) | |
tree | 02cf5f96970220515641c3ba3e3136ad16e05aac /net-p2p/qtorrent | |
parent | acd5a23a5d4bdb9e9996548889f6c5c888656243 (diff) | |
download | freebsd-ports-gnome-f5c9798d5bc1b93f3f17203c588c628e70a47a6d.tar.gz freebsd-ports-gnome-f5c9798d5bc1b93f3f17203c588c628e70a47a6d.tar.zst freebsd-ports-gnome-f5c9798d5bc1b93f3f17203c588c628e70a47a6d.zip |
Don't restrict ports depending on py-qt to python 2.3 anymore.
Diffstat (limited to 'net-p2p/qtorrent')
-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:: |