diff options
author | Alexander Langer <alex@FreeBSD.org> | 2001-01-13 15:50:15 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2001-01-13 15:50:15 +0000 |
commit | 829b17af868604cbe109cf35ae7bd7316bd9c666 (patch) | |
tree | 080a73efbf76f5107b05c7285a3d17285693c5d5 /textproc/Makefile | |
parent | Update to version 2.0 (diff) |
Add nl-ispell, a slaveport to textproc/ispell, with ISPELL_NL set, so
that it installs a dutch dictionary as well.
Notes
Notes:
svn path=/head/; revision=37167
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 db4b0138706e..b585f4eafd2e 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -68,6 +68,7 @@ SUBDIR += mswordview SUBDIR += nfbtrans SUBDIR += nicetext + SUBDIR += nl-ispell SUBDIR += no-ispell SUBDIR += openjade SUBDIR += p5-DelimMatch |