diff options
author | wiz <wiz@pkgsrc.org> | 2003-09-17 21:16:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-09-17 21:16:31 +0000 |
commit | 8e5ab9274cd0d59f419ca5a8d4c9720c6c8af429 (patch) | |
tree | fa66f2664051e5a3c0b3640f38d7a0d40acb6ccc /textproc | |
parent | cb0a8c8e2cd75885cba4755ce4d3a7331f057df4 (diff) | |
download | pkgsrc-8e5ab9274cd0d59f419ca5a8d4c9720c6c8af429.tar.gz |
Add and enable enchant.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index e180aae0d43..dd6fcaf1037 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.210 2003/09/17 15:00:02 jmmv Exp $ +# $NetBSD: Makefile,v 1.211 2003/09/17 21:16:31 wiz Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -56,6 +56,7 @@ SUBDIR+= dsssl-docbook-modular SUBDIR+= eb SUBDIR+= eblook SUBDIR+= emacs-dict-client +SUBDIR+= enchant SUBDIR+= eperl SUBDIR+= expat SUBDIR+= expatobjc |