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:
John Marino 2016-11-19 17:18:03 +00:00
parent 21117eb803
commit def4571ce4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426516

View file

@ -15,8 +15,9 @@ LICENSE= GPLv2
OPTIONS_DEFINE= SETUID X11 OPTIONS_DEFINE= SETUID X11
SETUID_DESC= Install setuid pwsafe binary SETUID_DESC= Install setuid pwsafe binary
USES= gmake readline ssl USES= gmake ncurses readline ssl
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_ENV+= ac_cv_header_curses_h=yes
PLIST_FILES= bin/pwsafe man/man1/pwsafe.1.gz PLIST_FILES= bin/pwsafe man/man1/pwsafe.1.gz