diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-10-21 16:36:28 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-10-21 16:36:28 +0000 |
commit | 4b3e0ef49bcdef213af93007fa0a98bb5b12ef5f (patch) | |
tree | d67aedae18b1b1a4f7c67c5ea338da595bb7a8bd /shells/bash | |
parent | 4b48e34aed00268bc26ed26e3e93664d11db9bce (diff) | |
download | pkgsrc-4b3e0ef49bcdef213af93007fa0a98bb5b12ef5f.tar.gz |
Remove readline dependency, it's not needed really... because bash
uses its own, and there isn't any test in the configure script.
Pointed out by wiz@.
Diffstat (limited to 'shells/bash')
-rw-r--r-- | shells/bash/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index ca37da68fac..09a3d2d2ad3 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/10/21 03:11:14 xtraeme Exp $ +# $NetBSD: Makefile,v 1.2 2004/10/21 16:36:28 xtraeme Exp $ # DISTNAME= bash-3.0 @@ -25,8 +25,6 @@ INFO_FILES= bash.info PKG_SHELL= ${PREFIX}/bin/bash -USE_GNU_READLINE= yes - # All features enabled by default. CONFIGURE_ARGS+= --enable-readline CONFIGURE_ARGS+= --enable-progcomp @@ -66,5 +64,4 @@ post-install: ${INSTALL_MAN} ${WRKSRC}/doc/bashbug.1 ${PREFIX}/man/man1 .include "../../devel/gettext-lib/buildlink3.mk" -.include "../../devel/readline/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |