aboutsummaryrefslogtreecommitdiffstats
path: root/accessibility/Makefile
diff options
context:
space:
mode:
authorfluffy <fluffy@FreeBSD.org>2010-01-08 16:24:00 +0800
committerfluffy <fluffy@FreeBSD.org>2010-01-08 16:24:00 +0800
commit3d9f06048273308e2d9311a6fc1cca42a2fb2ced (patch)
tree3009b2754ddc08f14acdf6dae31ed345b063b0a2 /accessibility/Makefile
parent6eb0df33358c54708d560ee778ae4cc02aad3a30 (diff)
downloadfreebsd-ports-gnome-3d9f06048273308e2d9311a6fc1cca42a2fb2ced.tar.gz
freebsd-ports-gnome-3d9f06048273308e2d9311a6fc1cca42a2fb2ced.tar.zst
freebsd-ports-gnome-3d9f06048273308e2d9311a6fc1cca42a2fb2ced.zip
- Add speech-dispatcher
Speech Dispatcher is a device independent layer for speech synthesis, developed with the goal of making the usage of speech synthesis easier for application programmers. It takes care of most of the tasks necessary to solve in speech enabled applications. What is a very high level GUI library to graphics, Speech Dispatcher is to speech synthesis. PR: 142436 Submitted by: Alberto Villa Tested by: myself Approved by: miwi, tabthorpe (mentors implicit)
Diffstat (limited to 'accessibility/Makefile')
-rw-r--r--accessibility/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/accessibility/Makefile b/accessibility/Makefile
index c937b4301792..93fa48510ee2 100644
--- a/accessibility/Makefile
+++ b/accessibility/Makefile
@@ -27,6 +27,7 @@
SUBDIR += py-papi
SUBDIR += qt4-accessible
SUBDIR += ruby-atk
+ SUBDIR += speech-dispatcher
SUBDIR += yasr
.include <bsd.port.subdir.mk>