summaryrefslogtreecommitdiff
path: root/shells/bash/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'shells/bash/Makefile')
-rw-r--r--shells/bash/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile
index bcd7f6169b3..bedc23b9aab 100644
--- a/shells/bash/Makefile
+++ b/shells/bash/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2006/03/30 03:44:44 jlam Exp $
+# $NetBSD: Makefile,v 1.22 2006/04/06 06:22:44 reed Exp $
DISTNAME= bash-3.1
PKGNAME= bash-3.1pl1
@@ -73,7 +73,7 @@ CONFIGURE_ENV+= ac_cv_type_wctype_t=no
CONFIGURE_ARGS+= --with-installed-readline
USE_GNU_READLINE= yes
-BUILDLINK_DEPENDS.readline+= readline>=4.3
+BUILDLINK_API_DEPENDS.readline+= readline>=4.3
.include "../../devel/readline/buildlink3.mk"
.endif