diff options
author | wiz <wiz> | 2002-01-15 01:08:28 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-01-15 01:08:28 +0000 |
commit | 00605006c192843744b9a4e1dd5582ca7adeb3ea (patch) | |
tree | b2f8ea1cae8e354c06b68047f039704aecb8995e | |
parent | e9c9c287b6601fc913876c7f3ffc48f17dc75e13 (diff) | |
download | pkgsrc-00605006c192843744b9a4e1dd5582ca7adeb3ea.tar.gz |
Add and enable aspell.
-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 |