aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-11-19 08:13:47 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-11-19 08:13:47 +0000
commit372693913a051e16e6c79f1e22d78e0036f1575e (patch)
tree4bb0d0172942f707925904ceed512e11dfc336aa
parentebd888650e256460297067476bdc277e98866079 (diff)
downloadports-372693913a051e16e6c79f1e22d78e0036f1575e.tar.gz
ports-372693913a051e16e6c79f1e22d78e0036f1575e.zip
shells/bash: Unbreak this port after readline 8.2 update
- Add BUILD_DEPENDS to avoid the users building this port with readline 8.1.x Approved by: portmgr (blanket)
-rw-r--r--shells/bash/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile
index 0fc9f57ea859..f996c6cf457f 100644
--- a/shells/bash/Makefile
+++ b/shells/bash/Makefile
@@ -50,8 +50,8 @@ HELP_CONFIGURE_ENABLE= help-builtin
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
-PORTS_READLINE_BROKEN= needs a newer version of devel/readline, disable PORTS_READLINE and retry
-PORTS_READLINE_USES= readline
+PORTS_READLINE_BUILD_DEPENDS= readline>=8.2:devel/readline
+#PORTS_READLINE_USES= readline
PORTS_READLINE_CONFIGURE_WITH= installed-readline
.if empty(PKGNAMESUFFIX)