aboutsummaryrefslogtreecommitdiffstats
path: root/chinese
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2011-02-25 07:25:54 +0800
committermiwi <miwi@FreeBSD.org>2011-02-25 07:25:54 +0800
commitfe3982789478ed3954aa94c705d2fd443911d0cc (patch)
tree5ca6a75876b97c15528c56ad788f3aa8f7019845 /chinese
parent7651a5eff215d4b029d10932baa8135350914e2c (diff)
downloadfreebsd-ports-gnome-fe3982789478ed3954aa94c705d2fd443911d0cc.tar.gz
freebsd-ports-gnome-fe3982789478ed3954aa94c705d2fd443911d0cc.tar.zst
freebsd-ports-gnome-fe3982789478ed3954aa94c705d2fd443911d0cc.zip
- Move over to python2.5 or higher
- While here kick md5
Diffstat (limited to 'chinese')
-rw-r--r--chinese/qterm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/qterm/Makefile b/chinese/qterm/Makefile
index 7b68a9a7147e..a889e47e8dbb 100644
--- a/chinese/qterm/Makefile
+++ b/chinese/qterm/Makefile
@@ -7,7 +7,7 @@
PORTNAME= qterm
PORTVERSION= 0.4.1
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= chinese
MASTER_SITES= SF/qterm/qterm/${PORTVERSION}
@@ -23,7 +23,7 @@ CONFIGURE_ARGS= --enable-mt --prefix=${PREFIX}
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
.if !defined(WITHOUT_PYTHON)
-USE_PYTHON= 2.4+
+USE_PYTHON= 2.5+
CONFIGURE_ARGS+= --with-pythondir=${LOCALBASE}
.endif