diff options
author | tnn <tnn> | 2015-03-13 17:25:52 +0000 |
---|---|---|
committer | tnn <tnn> | 2015-03-13 17:25:52 +0000 |
commit | ce24f274d6c37fb9270fc0e49ff4529dd7e46629 (patch) | |
tree | b96da38e30bd56a7f66e74d9d130575afaf022ce /shells | |
parent | d400acfaa9701989e7a07a49b2d3503fbb00747f (diff) | |
download | pkgsrc-ce24f274d6c37fb9270fc0e49ff4529dd7e46629.tar.gz |
needs yacc(1) tool
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index 18c1d764bb9..43c99506fc4 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -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 @@ CONFLICTS= static-bash-[0-9]* 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 |