summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ispell-base/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ispell-base/Makefile b/textproc/ispell-base/Makefile
index e98d65eb5fa..9d67341a8fe 100644
--- a/textproc/ispell-base/Makefile
+++ b/textproc/ispell-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2008/10/21 18:25:48 tnn Exp $
+# $NetBSD: Makefile,v 1.33 2008/12/20 10:31:21 rillig Exp $
#
DISTNAME= ispell-3.3.02
@@ -20,7 +20,7 @@ MAKE_JOBS_SAFE= no
.include "../../mk/bsd.prefs.mk"
-.if exists(/usr/include/inttypes.h) && !empty(MACHINE_PLATFORM:MIRIX-5.3-*)
+.if exists(/usr/include/inttypes.h) && empty(MACHINE_PLATFORM:MIRIX-5.3-*)
CFLAGS+= -DHAVE_INTTYPES_H
.endif