From bc343a7df3c7a84ada3c1595b8ca0c8ee5337bc4 Mon Sep 17 00:00:00 2001 From: Michael Nottebrock Date: Wed, 8 Dec 2004 15:31:32 +0000 Subject: PyQt doesn't like python 2.4, restrict it and ports depending on it to python 2.3 for the time being. --- net-p2p/qtorrent/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net-p2p/qtorrent') diff --git a/net-p2p/qtorrent/Makefile b/net-p2p/qtorrent/Makefile index 6d846b67d8d3..204de6018226 100644 --- a/net-p2p/qtorrent/Makefile +++ b/net-p2p/qtorrent/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt RUN_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt USE_BZIP2= yes -USE_PYTHON= yes +USE_PYTHON= 2.3 USE_PYDISTUTILS=yes pre-everything:: -- cgit v1.2.3