diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-12-08 15:31:32 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-12-08 15:31:32 +0000 |
commit | bc343a7df3c7a84ada3c1595b8ca0c8ee5337bc4 (patch) | |
tree | 183ef5bb22b54f4eecc6fc9123378645fe23da82 /x11-toolkits | |
parent | 59984c0db1f98b9501f53024375d5cdeeb055e8c (diff) | |
download | ports-bc343a7df3c7a84ada3c1595b8ca0c8ee5337bc4.tar.gz ports-bc343a7df3c7a84ada3c1595b8ca0c8ee5337bc4.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/py-kde/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/py-qt/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/py-kde/Makefile b/x11-toolkits/py-kde/Makefile index b562293c6951..f88ca61f706f 100644 --- a/x11-toolkits/py-kde/Makefile +++ b/x11-toolkits/py-kde/Makefile @@ -21,7 +21,7 @@ BROKEN= "Does not compile with KDE >= 3.3.1" BUILD_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt RUN_DEPENDS= ${BUILD_DEPENDS} -USE_PYTHON= yes +USE_PYTHON= 2.3 USE_KDELIBS_VER=3 USE_REINPLACE= yes diff --git a/x11-toolkits/py-qt/Makefile b/x11-toolkits/py-qt/Makefile index b8d412320286..68dcd7713dc8 100644 --- a/x11-toolkits/py-qt/Makefile +++ b/x11-toolkits/py-qt/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/sip:${PORTSDIR}/devel/py-sip RUN_DEPENDS= ${BUILD_DEPENDS} USE_QT_VER= 3 -USE_PYTHON= yes +USE_PYTHON= 2.3 USE_REINPLACE= yes .include <bsd.port.pre.mk> |