summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
Diffstat (limited to 'shells')
-rw-r--r--shells/bash/Makefile4
-rw-r--r--shells/bash2/Makefile4
2 files changed, 4 insertions, 4 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
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile
index 831edfb6f8e..d2eb150b954 100644
--- a/shells/bash2/Makefile
+++ b/shells/bash2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2006/02/05 23:10:47 joerg Exp $
+# $NetBSD: Makefile,v 1.72 2006/04/06 06:22:44 reed Exp $
#
DISTNAME= bash-2.05b
@@ -55,7 +55,7 @@ BUILDLINK_DEPMETHOD.readline= build
CONFIGURE_ENV+= ac_cv_type_wctype_t=no
.endif
-BUILDLINK_DEPENDS.readline+= readline>=4.3
+BUILDLINK_API_DEPENDS.readline+= readline>=4.3
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"