diff options
author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-01-09 15:38:13 +0000 |
---|---|---|
committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-01-09 15:38:13 +0000 |
commit | 83c0f1344839493d0b03ec5c7e8ecae8ebba3359 (patch) | |
tree | 88bd873cb80bab42e2f8699d0e7f5ef9c0fe827d /textproc | |
parent | 785857595c3a4b00a74d3a43671662c590455df3 (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ispell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index 301f43bcb260..258a33f64523 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -31,7 +31,7 @@ ALL_TARGET= BUILDHASH= ${WRKSRC}/buildhash DATADIR= ${PREFIX}/share/ispell -.if (!defined(ISPELL_FR) && !defined (ISPELL_SE) && !defined(ISPELL_BR) && !defined(ISPELL_DENEU) && !defined(ISPELL_DEALT) && !defined(ISPELL_BRITISH) && !defined(ISPELL_NO)) +.if (!defined(ISPELL_FR) && !defined(ISPELL_SE) && !defined(ISPELL_BR) && !defined(ISPELL_DENEU) && !defined(ISPELL_DEALT) && !defined(ISPELL_BRITISH) && !defined(ISPELL_NO)) pre-everything: @${ECHO_MSG} '*********************************************************' @${ECHO_MSG} '* You can add further dictionaries: *' |