diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2003-03-04 09:13:54 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2003-03-04 09:13:54 +0000 |
commit | dbd220774a7fedca1de5a88fca4824152d75095c (patch) | |
tree | 6d3b72cb53ab282dcbb72e9e1bdb51c6aae96dbd /textproc/Makefile | |
parent | c3f5db5df711f4f9d1f198e0a6bad7a072ea5223 (diff) | |
download | pkgsrc-dbd220774a7fedca1de5a88fca4824152d75095c.tar.gz |
Add and enable flyspell & ispell-emacs.
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index f7f1451fc58..778d61a6857 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.191 2003/03/02 14:42:35 kei Exp $ +# $NetBSD: Makefile,v 1.192 2003/03/04 09:13:54 uebayasi Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -56,6 +56,7 @@ SUBDIR+= eblook SUBDIR+= emacs-dict-client SUBDIR+= eperl SUBDIR+= expat +SUBDIR+= flyspell SUBDIR+= fop SUBDIR+= freepwing SUBDIR+= glimpse @@ -78,6 +79,7 @@ SUBDIR+= iso8879 SUBDIR+= ispell-base SUBDIR+= ispell-british SUBDIR+= ispell-catalan +SUBDIR+= ispell-emacs SUBDIR+= ispell-francais SUBDIR+= ispell-gaeilge SUBDIR+= ispell-german |