summaryrefslogtreecommitdiff
path: root/textproc/ispell-base
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2008-12-20 10:31:21 +0000
committerrillig <rillig@pkgsrc.org>2008-12-20 10:31:21 +0000
commitc5ab6de3a374ac579d06dad3facd6f9351f16384 (patch)
treefb0afeb5476d4f206494a85bff2811122860bc4a /textproc/ispell-base
parent5926299e80af8b65cbb5a327c268354c302f27c1 (diff)
downloadpkgsrc-c5ab6de3a374ac579d06dad3facd6f9351f16384.tar.gz
Removed a "not" operator that accidentally got in here.
Diffstat (limited to 'textproc/ispell-base')
-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