diff options
author | ade <ade@FreeBSD.org> | 2000-06-13 23:01:16 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-06-13 23:01:16 +0000 |
commit | 8e8bca07d23c746e49b324670591ed1eceeff487 (patch) | |
tree | f0b65bef1caa926c73bcc498e69f0b9f510236b3 /textproc/Makefile | |
parent | 6b254208f6fb475b6ab28a3d3d0bc7508fb6bcf5 (diff) | |
download | FreeBSD-ports-8e8bca07d23c746e49b324670591ed1eceeff487.zip FreeBSD-ports-8e8bca07d23c746e49b324670591ed1eceeff487.tar.gz |
Add pspell, a library to provide a generic interface to
installed spell checker libraries (aspell, ispell, etc..)
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 1b345da..9efdbcf 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -65,6 +65,7 @@ SUBDIR += p5-XML-Parser SUBDIR += par SUBDIR += perl2html + SUBDIR += pspell SUBDIR += py-mxTextTools SUBDIR += py-xml SUBDIR += rand |