summaryrefslogtreecommitdiff
path: root/textproc/ispell-base
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2007-10-17 00:00:54 +0000
committertnn <tnn@pkgsrc.org>2007-10-17 00:00:54 +0000
commit268d0451ebab29515f96d1310defee3655ac713a (patch)
tree37685bae99e9f69796c9037020b95b4a3861b742 /textproc/ispell-base
parent24d5b5440929de9526a6f56e677b8849f624fc21 (diff)
downloadpkgsrc-268d0451ebab29515f96d1310defee3655ac713a.tar.gz
Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead.
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 3b424bc76e1..3b29412162f 100644
--- a/textproc/ispell-base/Makefile
+++ b/textproc/ispell-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2007/03/24 19:21:32 joerg Exp $
+# $NetBSD: Makefile,v 1.31 2007/10/17 00:00:54 tnn Exp $
#
DISTNAME= ispell-3.3.02
@@ -19,7 +19,7 @@ MAKE_FLAGS+= TMPDIR=${WRKDIR:Q}
.include "../../mk/bsd.prefs.mk"
-.if exists(/usr/include/inttypes.h) && ${LOWER_OPSYS} != "irix5.3"
+.if exists(/usr/include/inttypes.h) && !empty(MACHINE_PLATFORM:MIRIX-5.3-*)
CFLAGS+= -DHAVE_INTTYPES_H
.endif