summaryrefslogtreecommitdiff
path: root/mail/mutt
diff options
context:
space:
mode:
authortnn <tnn>2007-10-16 23:48:58 +0000
committertnn <tnn>2007-10-16 23:48:58 +0000
commit3b59682564cbc2467ee05d18fd888d19bad13868 (patch)
treeb29811eb6b46cc5f60ca30ac6cd4ef5482fa68eb /mail/mutt
parent5353ea94f08028992ec2086c3b1ea7299957b4c5 (diff)
downloadpkgsrc-3b59682564cbc2467ee05d18fd888d19bad13868.tar.gz
Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead.
Diffstat (limited to 'mail/mutt')
-rw-r--r--mail/mutt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile
index 41ae74c5a8f..63fb6b33657 100644
--- a/mail/mutt/Makefile
+++ b/mail/mutt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.149 2007/05/27 13:34:16 tron Exp $
+# $NetBSD: Makefile,v 1.150 2007/10/16 23:48:59 tnn Exp $
DISTNAME= mutt-1.4.2.3
CATEGORIES= mail
@@ -31,7 +31,7 @@ MAKE_ENV+= CHGRP=${CHGRP:Q}
CONFIGURE_ARGS+= --without-wc-funcs
.endif
-.if ${LOWER_OPSYS} == "irix5.3"
+.if !empty(MACHINE_PLATFORM:MIRIX-5.3-*)
CONFIGURE_ENV+= ac_cv_header_inttypes_h=no
.endif