summaryrefslogtreecommitdiff
path: root/shells/bash
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 /shells/bash
parent5353ea94f08028992ec2086c3b1ea7299957b4c5 (diff)
downloadpkgsrc-3b59682564cbc2467ee05d18fd888d19bad13868.tar.gz
Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead.
Diffstat (limited to 'shells/bash')
-rw-r--r--shells/bash/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile
index a1f80554d60..d438877d47b 100644
--- a/shells/bash/Makefile
+++ b/shells/bash/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2007/09/18 21:20:12 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2007/10/16 23:49:02 tnn Exp $
DISTNAME= bash-3.2
PKGNAME= bash-3.2.25
@@ -69,7 +69,7 @@ BUILDLINK_DEPMETHOD.readline= build
.endif
# the code has problems with older versions of yacc
-.if !empty(LOWER_OPSYS:Mirix5*)
+.if ${OPSYS} == "IRIX"
USE_TOOLS+= bison
.endif