diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-02-14 01:23:13 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-02-14 01:23:13 +0000 |
commit | b3d6cc0abbc3215a12780f7350f676308aab2b11 (patch) | |
tree | 6298e4d0d0e9d73b7ee11dfbbb6dda20d2c604de /accessibility/dasher/Makefile | |
parent | Update to 1.4.5. (diff) |
Fix some crashers trying to initialize gnome-speech when no voices are
present.
Reported by: adamw
Obtained from: GNOME CVS
Diffstat (limited to 'accessibility/dasher/Makefile')
-rw-r--r-- | accessibility/dasher/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/dasher/Makefile b/accessibility/dasher/Makefile index c3a0f72b82e1..c93d7ee10dfe 100644 --- a/accessibility/dasher/Makefile +++ b/accessibility/dasher/Makefile @@ -7,7 +7,7 @@ PORTNAME= dasher PORTVERSION= 3.2.11 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= accessibility editors x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/3.2 |