diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-01-14 01:25:07 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-01-14 01:25:07 +0000 |
commit | c3c9c2c45c2a050d701850792638e27db3b2e2a9 (patch) | |
tree | 79da5b7d56c41f0a56eb5a955569da29fcc5f05e /accessibility/gnome-speech | |
parent | dfd5750bdc8640bdf12da9fb39c787afe724c362 (diff) | |
download | ports-c3c9c2c45c2a050d701850792638e27db3b2e2a9.tar.gz ports-c3c9c2c45c2a050d701850792638e27db3b2e2a9.zip |
Notes
Diffstat (limited to 'accessibility/gnome-speech')
-rw-r--r-- | accessibility/gnome-speech/Makefile | 1 | ||||
-rw-r--r-- | accessibility/gnome-speech/files/patch-configure | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/accessibility/gnome-speech/Makefile b/accessibility/gnome-speech/Makefile index 6dff5515607a..fdb9e8af93ad 100644 --- a/accessibility/gnome-speech/Makefile +++ b/accessibility/gnome-speech/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomespeech PORTVERSION= 0.3.6 +PORTREVISION= 1 CATEGORIES= accessibility audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-speech/0.3 diff --git a/accessibility/gnome-speech/files/patch-configure b/accessibility/gnome-speech/files/patch-configure new file mode 100644 index 000000000000..57367620f509 --- /dev/null +++ b/accessibility/gnome-speech/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Thu Jan 13 20:21:49 2005 ++++ configure Thu Jan 13 20:21:57 2005 +@@ -20272,6 +20272,7 @@ + fi + + # Find the Java Access Bridge ++JAB="no" + + + # Check whether --with-jab_dir or --without-jab_dir was given. |