summaryrefslogtreecommitdiff
path: root/shells/bash/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'shells/bash/Makefile')
-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"