diff options
Diffstat (limited to 'shells/bash/Makefile')
-rw-r--r-- | shells/bash/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index 2ab85d49d0c..4a2eda1c694 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.72 2014/10/07 00:16:52 wiz Exp $ +# $NetBSD: Makefile,v 1.73 2014/10/09 14:06:56 wiz Exp $ BASH_VERSION= 4.3 BASH_PATCHLEVEL= 030 @@ -24,8 +24,6 @@ LICENSE= gnu-gpl-v3 CONFLICTS= static-bash-[0-9]* -PKG_INSTALLATION_TYPES= overwrite pkgviews - USE_TOOLS+= makeinfo bison USE_PKGLOCALEDIR= yes TEXINFO_REQD= 4.1 |