mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 16:59:17 -04:00
sysutils/pwsafe: document ncurses requirement
The ncurses header detection is faulty, so just skip the conftest Approved by: SSL blanket
This commit is contained in:
parent
21117eb803
commit
def4571ce4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426516
1 changed files with 2 additions and 1 deletions
|
@ -15,8 +15,9 @@ LICENSE= GPLv2
|
|||
OPTIONS_DEFINE= SETUID X11
|
||||
SETUID_DESC= Install setuid pwsafe binary
|
||||
|
||||
USES= gmake readline ssl
|
||||
USES= gmake ncurses readline ssl
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV+= ac_cv_header_curses_h=yes
|
||||
|
||||
PLIST_FILES= bin/pwsafe man/man1/pwsafe.1.gz
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue