mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
parent
ebd888650e
commit
372693913a
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue