diff options
author | wiz <wiz@pkgsrc.org> | 2008-04-17 14:29:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-04-17 14:29:58 +0000 |
commit | 848cf3cc4169f5fc3402a553ab74f4fbde42d990 (patch) | |
tree | 091728836c30916c9f3465ed92ed41c07320ebca /textproc/enchant/options.mk | |
parent | 0079bd10c9c3304738ff543ad3b6b7afe21549c6 (diff) | |
download | pkgsrc-848cf3cc4169f5fc3402a553ab74f4fbde42d990.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" |