diff options
Diffstat (limited to 'textproc/enchant/options.mk')
-rw-r--r-- | textproc/enchant/options.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/enchant/options.mk b/textproc/enchant/options.mk index 2d489053960..7bedcb3a0b1 100644 --- a/textproc/enchant/options.mk +++ b/textproc/enchant/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.4 2008/10/13 20:18:15 smb Exp $ +# $NetBSD: options.mk,v 1.5 2009/10/12 19:56:04 ahoka 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= hunspell .include "../../mk/bsd.options.mk" @@ -30,6 +30,7 @@ PLIST_VARS+= hunspell .if !empty(PKG_OPTIONS:Mhunspell) CONFIGURE_ARGS+= --enable-myspell .include "../../textproc/hunspell/buildlink3.mk" +DEPENDS+= hunspell-en_US-[0-9]*:../../textproc/hunspell-en_US PLIST.hunspell= yes .else CONFIGURE_ARGS+= --disable-myspell |