diff options
author | marcus <marcus@FreeBSD.org> | 2005-01-14 09:25:07 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-01-14 09:25:07 +0800 |
commit | 142cd21171417f0a08548622b8065fd32ce20419 (patch) | |
tree | 0cfd10a2ea2af78789509aa60de3f48d567ed927 /accessibility/gnome-speech | |
parent | 4655dd196f784827f180f3495a007d7740cfaca8 (diff) | |
download | freebsd-ports-gnome-142cd21171417f0a08548622b8065fd32ce20419.tar.gz freebsd-ports-gnome-142cd21171417f0a08548622b8065fd32ce20419.tar.zst freebsd-ports-gnome-142cd21171417f0a08548622b8065fd32ce20419.zip |
Prevent Java support from being erroneously enable.
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. |