aboutsummaryrefslogtreecommitdiffstats
path: root/accessibility/speech-dispatcher/Makefile
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 /accessibility/speech-dispatcher/Makefile
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 'accessibility/speech-dispatcher/Makefile')
-rw-r--r--accessibility/speech-dispatcher/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/accessibility/speech-dispatcher/Makefile b/accessibility/speech-dispatcher/Makefile
index 08169e89bce4..65a4c50ed7a1 100644
--- a/accessibility/speech-dispatcher/Makefile
+++ b/accessibility/speech-dispatcher/Makefile
@@ -6,6 +6,7 @@
PORTNAME= speech-dispatcher
PORTVERSION= 0.7.1
+PORTREVISION= 1
CATEGORIES= accessibility audio
MASTER_SITES= http://www.freebsoft.org/pub/projects/speechd/
@@ -95,7 +96,7 @@ CONFIGURE_ARGS+= --without-nas
.endif
.ifdef(WITH_PYTHON)
-USE_PYTHON= 2.4+
+USE_PYTHON= 2.5+
CONFIGURE_ARGS+= --enable-python
PLIST_SUB+= PYTHON=""
.else