From 83c0f1344839493d0b03ec5c7e8ecae8ebba3359 Mon Sep 17 00:00:00 2001 From: Jeroen Ruigrok van der Werven Date: Tue, 9 Jan 2001 15:38:13 +0000 Subject: Fix another inconsistency in the make syntax before I commit my real changes. --- textproc/ispell/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textproc/ispell') 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: *' -- cgit v1.2.3