summaryrefslogtreecommitdiff
path: root/shells/bash/Makefile
diff options
context:
space:
mode:
authorhasso <hasso>2009-03-31 11:14:42 +0000
committerhasso <hasso>2009-03-31 11:14:42 +0000
commita727cc61f67d267f472fbc5ebad5d7d3f81343cd (patch)
tree8fa09a668f1223e6295bcbe4b9279393ecc7c0c8 /shells/bash/Makefile
parent8e7cea5008b5d95350d900f994ae32ccbfa08d62 (diff)
downloadpkgsrc-a727cc61f67d267f472fbc5ebad5d7d3f81343cd.tar.gz
Remove conditional to use bison in case of IRIX, it's used anyway now.
Diffstat (limited to 'shells/bash/Makefile')
-rw-r--r--shells/bash/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile
index c5cf29ef02a..a3e58fb58a8 100644
--- a/shells/bash/Makefile
+++ b/shells/bash/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2009/03/31 10:09:06 hasso Exp $
+# $NetBSD: Makefile,v 1.43 2009/03/31 11:14:42 hasso Exp $
BASH_VERSION= 4.0
BASH_PATCHLEVEL= 10
@@ -68,11 +68,6 @@ BUILDLINK_DEPMETHOD.gettext= build
BUILDLINK_DEPMETHOD.readline= build
.endif
-# the code has problems with older versions of yacc
-.if !empty(MACHINE_PLATFORM:MIRIX-5*)
-USE_TOOLS+= bison
-.endif
-
# Use "readline" package on Darwin to avoid link erros.
.if ${OPSYS} == "Darwin"
CONFIGURE_ARGS+= --with-installed-readline