aboutsummaryrefslogtreecommitdiff
path: root/accessibility
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-02-24 23:25:54 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-02-24 23:25:54 +0000
commit9992960752387703d799e84dd822eeb1b61bee99 (patch)
tree6f16fbcd8cee4c3d0b39424eaae52a1ec9a896c4 /accessibility
parent5d2451c2a63be7d650d669270ef65bb255f9f90f (diff)
downloadports-9992960752387703d799e84dd822eeb1b61bee99.tar.gz
ports-9992960752387703d799e84dd822eeb1b61bee99.zip
Notes
Diffstat (limited to 'accessibility')
-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