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)
This commit is contained in:
Po-Chuan Hsieh 2022-11-19 16:13:47 +08:00
parent ebd888650e
commit 372693913a
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B

View file

@ -50,8 +50,8 @@ HELP_CONFIGURE_ENABLE= help-builtin
NLS_USES= gettext NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls NLS_CONFIGURE_ENABLE= nls
PORTS_READLINE_BROKEN= needs a newer version of devel/readline, disable PORTS_READLINE and retry PORTS_READLINE_BUILD_DEPENDS= readline>=8.2:devel/readline
PORTS_READLINE_USES= readline #PORTS_READLINE_USES= readline
PORTS_READLINE_CONFIGURE_WITH= installed-readline PORTS_READLINE_CONFIGURE_WITH= installed-readline
.if empty(PKGNAMESUFFIX) .if empty(PKGNAMESUFFIX)