pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/enchant Use hunspell only by default and depe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7bbd5d7a02bc
branches:  trunk
changeset: 400187:7bbd5d7a02bc
user:      ahoka <ahoka%pkgsrc.org@localhost>
date:      Mon Oct 12 19:56:04 2009 +0000

description:
Use hunspell only by default and depend on the en_US dictionary.

diffstat:

 textproc/enchant/Makefile   |  3 ++-
 textproc/enchant/options.mk |  5 +++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (39 lines):

diff -r e058fd72661d -r 7bbd5d7a02bc textproc/enchant/Makefile
--- a/textproc/enchant/Makefile Mon Oct 12 19:50:07 2009 +0000
+++ b/textproc/enchant/Makefile Mon Oct 12 19:56:04 2009 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.29 2009/06/09 13:14:42 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2009/10/12 19:56:04 ahoka Exp $
 #
 
 DISTNAME=              enchant-1.5.0
+PKGREVISION=           1
 CATEGORIES=            textproc
 MASTER_SITES=          http://www.abisource.com/downloads/enchant/1.5.0/
 
diff -r e058fd72661d -r 7bbd5d7a02bc textproc/enchant/options.mk
--- a/textproc/enchant/options.mk       Mon Oct 12 19:50:07 2009 +0000
+++ b/textproc/enchant/options.mk       Mon Oct 12 19:56:04 2009 +0000
@@ -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 @@
 # 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 @@
 .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



Home | Main Index | Thread Index | Old Index