diff options
author | wiz <wiz> | 2008-04-17 14:29:58 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-04-17 14:29:58 +0000 |
commit | a96577332e8512e718f1753d3ab2ea581925321b (patch) | |
tree | 091728836c30916c9f3465ed92ed41c07320ebca /textproc/enchant/options.mk | |
parent | 57d1af2a5c233ecf5490e77c11a9a331ae90a8ee (diff) | |
download | pkgsrc-a96577332e8512e718f1753d3ab2ea581925321b.tar.gz |
Make aspell the default backend again (for now), until
http://bugzilla.abisource.com/show_bug.cgi?id=11550
is fixed.
Add fix for compiling with gcc3, from Adam Hoka.
Bump PKGREVISION.
Diffstat (limited to 'textproc/enchant/options.mk')
-rw-r--r-- | textproc/enchant/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/enchant/options.mk b/textproc/enchant/options.mk index 7b990be4f51..332d5b422ac 100644 --- a/textproc/enchant/options.mk +++ b/textproc/enchant/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2008/04/14 11:35:50 wiz Exp $ +# $NetBSD: options.mk,v 1.2 2008/04/17 14:29:58 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.enchant PKG_SUPPORTED_OPTIONS= aspell enchant-zemberek hunspell ispell @@ -6,7 +6,7 @@ PKG_SUPPORTED_OPTIONS= aspell enchant-zemberek hunspell ispell # hspell - Hebrew spelling # uspell - Yiddish spelling # voikko - Finnish spelling -PKG_SUGGESTED_OPTIONS= hunspell ispell +PKG_SUGGESTED_OPTIONS= aspell ispell .include "../../mk/bsd.options.mk" |