diff options
author | minskim <minskim@pkgsrc.org> | 2006-06-20 22:19:38 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-06-20 22:19:38 +0000 |
commit | c3e75b8acf84ea2a526a180c99476e319d742362 (patch) | |
tree | a7212dacd9ae1b5211156ebc8a9e43ced894ef3c /shells | |
parent | 6dcdc0278fd978516ba56d8cb6acd38c630421b4 (diff) | |
download | pkgsrc-c3e75b8acf84ea2a526a180c99476e319d742362.tar.gz |
USE_TOOLS+=yacc
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index 12e3b19a81e..de5b3ffb636 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2006/06/15 13:42:36 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2006/06/20 22:21:20 minskim Exp $ DISTNAME= bash-3.1 PKGNAME= bash-3.1pl1 @@ -18,7 +18,7 @@ CONFLICTS= static-bash-[0-9]* PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_TOOLS+= makeinfo +USE_TOOLS+= makeinfo yacc USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes MAKE_ENV+= INSTALL_SCRIPT=${INSTALL_SCRIPT:Q} |