diff options
author | salo <salo@pkgsrc.org> | 2003-01-17 04:00:14 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-01-17 04:00:14 +0000 |
commit | ab2bc3235befe753b93a24e11d47d2114de69b4d (patch) | |
tree | 52edf4b77a179eb027249e3bcd05aca6efc02787 /textproc/Makefile | |
parent | 4e66aa6f6d9213dcf29ecff2bdfef1ad84e59017 (diff) | |
download | pkgsrc-ab2bc3235befe753b93a24e11d47d2114de69b4d.tar.gz |
Add and enable various aspell-* packages.
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index f71afcdeba2..54fdfed8b00 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.187 2003/01/16 08:56:21 salo Exp $ +# $NetBSD: Makefile,v 1.188 2003/01/17 04:00:14 salo Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -7,10 +7,24 @@ SUBDIR+= GutenMark SUBDIR+= GutenMark-words SUBDIR+= antiword SUBDIR+= aspell +SUBDIR+= aspell-catalan +SUBDIR+= aspell-czech +SUBDIR+= aspell-danish +SUBDIR+= aspell-dutch SUBDIR+= aspell-english +SUBDIR+= aspell-francais SUBDIR+= aspell-gaeilge SUBDIR+= aspell-german +SUBDIR+= aspell-greek +SUBDIR+= aspell-italian +SUBDIR+= aspell-norwegian +SUBDIR+= aspell-polish +SUBDIR+= aspell-portuguese +SUBDIR+= aspell-romanian +SUBDIR+= aspell-russian SUBDIR+= aspell-slovak +SUBDIR+= aspell-spanish +SUBDIR+= aspell-svenska SUBDIR+= bibclean SUBDIR+= biblook SUBDIR+= bibparse |