aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pwsafe
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-11-19 17:18:03 +0000
committerJohn Marino <marino@FreeBSD.org>2016-11-19 17:18:03 +0000
commitdef4571ce47ea11b96d80aff8a8a00c0325c7a8c (patch)
tree23eeb23dc425ed830a02aea8a365fcd77718870e /sysutils/pwsafe
parent21117eb803e2396642088d792af086b6365bf356 (diff)
downloadports-def4571ce47ea11b96d80aff8a8a00c0325c7a8c.tar.gz
ports-def4571ce47ea11b96d80aff8a8a00c0325c7a8c.zip
sysutils/pwsafe: document ncurses requirement
The ncurses header detection is faulty, so just skip the conftest Approved by: SSL blanket
Notes
Notes: svn path=/head/; revision=426516
Diffstat (limited to 'sysutils/pwsafe')
-rw-r--r--sysutils/pwsafe/Makefile3
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