diff options
author | hasso <hasso@pkgsrc.org> | 2009-03-31 11:14:42 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-03-31 11:14:42 +0000 |
commit | d2b5f4abcabcf8d69b5b9d3a4fde06dc4547763e (patch) | |
tree | 8fa09a668f1223e6295bcbe4b9279393ecc7c0c8 | |
parent | 5ace914036773f9be76f54c41d1b78b5184853a9 (diff) | |
download | pkgsrc-d2b5f4abcabcf8d69b5b9d3a4fde06dc4547763e.tar.gz |
Remove conditional to use bison in case of IRIX, it's used anyway now.
-rw-r--r-- | shells/bash/Makefile | 7 |
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 |