diff options
author | ahoka <ahoka> | 2009-10-12 21:21:26 +0000 |
---|---|---|
committer | ahoka <ahoka> | 2009-10-12 21:21:26 +0000 |
commit | 1e83acac2ab04d4dbbb48ede208a9f5318cad930 (patch) | |
tree | c5a23f298de02dabeeda9971434673a0107c154f /textproc | |
parent | 5d7b4b3e76b5705035731219679f7a9273b4a97c (diff) | |
download | pkgsrc-1e83acac2ab04d4dbbb48ede208a9f5318cad930.tar.gz |
Add hunspell-ar and hunspell-sk_SK
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 36f30d085cb..5f3ad7ddeef 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.497 2009/10/11 09:38:34 wiz Exp $ +# $NetBSD: Makefile,v 1.498 2009/10/12 21:21:26 ahoka Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -104,6 +104,7 @@ SUBDIR+= html2wml SUBDIR+= hugs-HaXml SUBDIR+= hunspell SUBDIR+= hunspell-af_ZA +SUBDIR+= hunspell-ar SUBDIR+= hunspell-bg_BG SUBDIR+= hunspell-ca_ES SUBDIR+= hunspell-cs_CZ @@ -117,6 +118,7 @@ SUBDIR+= hunspell-fo_FO SUBDIR+= hunspell-fr_FR SUBDIR+= hunspell-hu_HU SUBDIR+= hunspell-id_ID +SUBDIR+= hunspell-sk_SK SUBDIR+= hunspell-sv_SE SUBDIR+= hyperestraier SUBDIR+= icu |