summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-10-21 16:36:28 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-10-21 16:36:28 +0000
commit4b3e0ef49bcdef213af93007fa0a98bb5b12ef5f (patch)
treed67aedae18b1b1a4f7c67c5ea338da595bb7a8bd /shells
parent4b48e34aed00268bc26ed26e3e93664d11db9bce (diff)
downloadpkgsrc-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')
-rw-r--r--shells/bash/Makefile5
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"