diff options
author | asmodai <asmodai@FreeBSD.org> | 2001-01-09 15:38:13 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2001-01-09 15:38:13 +0000 |
commit | 29081ab0ac217dbbc4f894b68a81311eb10f9a27 (patch) | |
tree | c8377d4608c981b33f50941cf83ce2bbb7495f5e /textproc/ispell | |
parent | b877a09309ce4a2c8dc49f8c6de9ce07fc1b6849 (diff) | |
download | FreeBSD-ports-29081ab0ac217dbbc4f894b68a81311eb10f9a27.zip FreeBSD-ports-29081ab0ac217dbbc4f894b68a81311eb10f9a27.tar.gz |
Fix another inconsistency in the make syntax before I commit my real
changes.
Diffstat (limited to 'textproc/ispell')
-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 301f43b..258a33f 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: *' |