diff options
author | wiz <wiz@pkgsrc.org> | 2002-01-15 01:08:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-01-15 01:08:28 +0000 |
commit | c675b31ca12020fb85e2cc367de3dbc304abae39 (patch) | |
tree | b2f8ea1cae8e354c06b68047f039704aecb8995e /textproc/Makefile | |
parent | 8f693822f2e25740ec8ba05eea84530600a6f16f (diff) | |
download | pkgsrc-c675b31ca12020fb85e2cc367de3dbc304abae39.tar.gz |
Add and enable aspell.
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 08c33bdfa51..7659da73f1d 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.132 2002/01/01 03:50:19 jlam Exp $ +# $NetBSD: Makefile,v 1.133 2002/01/15 01:08:28 wiz Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) SUBDIR+= antiword +SUBDIR+= aspell SUBDIR+= bibclean SUBDIR+= biblook SUBDIR+= bibparse |