pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/shells/bash2 needs yacc(1) tool



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1f378cacfbe5
branches:  trunk
changeset: 648325:1f378cacfbe5
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Fri Mar 13 17:25:52 2015 +0000

description:
needs yacc(1) tool

diffstat:

 shells/bash2/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r dedd0f04c258 -r 1f378cacfbe5 shells/bash2/Makefile
--- a/shells/bash2/Makefile     Fri Mar 13 17:23:41 2015 +0000
+++ b/shells/bash2/Makefile     Fri Mar 13 17:25:52 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.88 2014/10/25 14:09:19 ryoon Exp $
+# $NetBSD: Makefile,v 1.89 2015/03/13 17:25:52 tnn Exp $
 #
 
 DISTNAME=      bash-2.05b
@@ -21,6 +21,7 @@
 
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --with-installed-readline
+USE_TOOLS+=            yacc
 MAKE_ENV+=             INSTALL_SCRIPT=${INSTALL_SCRIPT:Q}
 CPPFLAGS+=             -DDEFAULT_PATH_VALUE="\"/usr/bin:/bin:${LOCALBASE}/bin:/usr/local/bin\""
 TEST_TARGET=           test



Home | Main Index | Thread Index | Old Index