From 4b3e0ef49bcdef213af93007fa0a98bb5b12ef5f Mon Sep 17 00:00:00 2001 From: xtraeme Date: Thu, 21 Oct 2004 16:36:28 +0000 Subject: 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@. --- shells/bash/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'shells') 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" -- cgit v1.2.3