Add missing USE_NCURSES
PR: ports/157142 Submitted by: Raphael Kubo da Costa <kubito at gmail.com>
This commit is contained in:
parent
034e96ab27
commit
3a8e00aab8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=274339
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ PLIST_SUB+= WITH_GTK2="@comment "
|
|||
.endif
|
||||
|
||||
.if defined(WITH_NCURSES)
|
||||
USE_NCURSES= yes
|
||||
PLIST_SUB+= WITH_NCURSES=""
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-pinentry-curses
|
||||
|
|
Loading…
Reference in a new issue