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 /devel/kodos/Makefile | |
parent | Mark BROKEN since it "does not work with python 2.4" (diff) |
PyQt doesn't like python 2.4, restrict it and ports depending on it to
python 2.3 for the time being.
Notes
Notes:
svn path=/head/; revision=123462
Diffstat (limited to 'devel/kodos/Makefile')
-rw-r--r-- | devel/kodos/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/kodos/Makefile b/devel/kodos/Makefile index 7d59bd660fdb..b8a76f0c1e82 100644 --- a/devel/kodos/Makefile +++ b/devel/kodos/Makefile @@ -19,7 +19,7 @@ COMMENT= The Python Regular Expression Debugger RUN_DEPENDS= ${PYTHON_SITELIBDIR}/qt.so:${PORTSDIR}/x11-toolkits/py-qt USE_REINPLACE= yes -USE_PYTHON= 1.5+ +USE_PYTHON= 1.5-2.3 USE_PYDISTUTILS= yes PLIST_FILES= bin/kodos ${PYTHON_SITELIBDIR:S,^${PREFIX}/,,}/kodos.pth |