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 /deskutils/treeline | |
parent | 59984c0db1f98b9501f53024375d5cdeeb055e8c (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 'deskutils/treeline')
-rw-r--r-- | deskutils/treeline/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/treeline/Makefile b/deskutils/treeline/Makefile index 7a653002f836..0c53765540e7 100644 --- a/deskutils/treeline/Makefile +++ b/deskutils/treeline/Makefile @@ -33,7 +33,7 @@ LIB_DEPENDS+= expat.5:${PORTSDIR}/textproc/expat2 WRKSRC= ${WRKDIR}/TreeLine USE_QT_VER= 3 -USE_PYTHON= 2.3+ +USE_PYTHON= 2.3 NO_BUILD= yes pre-everything:: |