diff options
author | John Marino <marino@FreeBSD.org> | 2016-11-19 17:18:03 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-11-19 17:18:03 +0000 |
commit | def4571ce47ea11b96d80aff8a8a00c0325c7a8c (patch) | |
tree | 23eeb23dc425ed830a02aea8a365fcd77718870e /sysutils/pwsafe | |
parent | 21117eb803e2396642088d792af086b6365bf356 (diff) | |
download | freebsd-ports-def4571ce47ea11b96d80aff8a8a00c0325c7a8c.zip |
sysutils/pwsafe: document ncurses requirement
The ncurses header detection is faulty, so just skip the conftest
Approved by: SSL blanket
Diffstat (limited to 'sysutils/pwsafe')
-rw-r--r-- | sysutils/pwsafe/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/pwsafe/Makefile b/sysutils/pwsafe/Makefile index 827d1fc25354..557c5a9ff8dc 100644 --- a/sysutils/pwsafe/Makefile +++ b/sysutils/pwsafe/Makefile @@ -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 |