diff options
author | lofi <lofi@FreeBSD.org> | 2004-12-08 23:31:32 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-12-08 23:31:32 +0800 |
commit | eefe25e7d52fa51d2a4737df878fb67d08372cb1 (patch) | |
tree | 8c5a4fca6e90c7d10f1f0b88c133cc2c206659d5 /deskutils | |
parent | b1f83df81017dcfe2946616a6356c22a382d4acb (diff) | |
download | freebsd-ports-gnome-eefe25e7d52fa51d2a4737df878fb67d08372cb1.tar.gz freebsd-ports-gnome-eefe25e7d52fa51d2a4737df878fb67d08372cb1.tar.zst freebsd-ports-gnome-eefe25e7d52fa51d2a4737df878fb67d08372cb1.zip |
PyQt doesn't like python 2.4, restrict it and ports depending on it to
python 2.3 for the time being.
Diffstat (limited to 'deskutils')
-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:: |