diff options
author | wiz <wiz> | 2007-09-11 18:39:16 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-09-11 18:39:16 +0000 |
commit | 8c64a9216be16188abc76275af8489fb64c46a21 (patch) | |
tree | 254b84dddf6ffbb8715bde7f7e9cd680e1ffbf73 /textproc/Makefile | |
parent | 085f3001b166f90277181803ca1e3fcf97541f1e (diff) | |
download | pkgsrc-8c64a9216be16188abc76275af8489fb64c46a21.tar.gz |
Add some hunspell dictionaries.
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 8717717ee57..876f74f8e1f 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.380 2007/09/11 17:41:21 wiz Exp $ +# $NetBSD: Makefile,v 1.381 2007/09/11 18:39:16 wiz Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -95,6 +95,9 @@ SUBDIR+= html2text SUBDIR+= html2wml SUBDIR+= hugs-HaXml SUBDIR+= hunspell +SUBDIR+= hunspell-de +SUBDIR+= hunspell-en_GB +SUBDIR+= hunspell-en_US SUBDIR+= hyperestraier SUBDIR+= icu SUBDIR+= intltool |