svn commit: r426516 - head/sysutils/pwsafe

John Marino marino at FreeBSD.org
Sat Nov 19 17:19:25 UTC 2016


Author: marino
Date: Sat Nov 19 17:18:03 2016
New Revision: 426516
URL: https://svnweb.freebsd.org/changeset/ports/426516

Log:
  sysutils/pwsafe: document ncurses requirement
  
  The ncurses header detection is faulty, so just skip the conftest
  
  Approved by:	SSL blanket

Modified:
  head/sysutils/pwsafe/Makefile

Modified: head/sysutils/pwsafe/Makefile
==============================================================================
--- head/sysutils/pwsafe/Makefile	Sat Nov 19 17:12:18 2016	(r426515)
+++ head/sysutils/pwsafe/Makefile	Sat Nov 19 17:18:03 2016	(r426516)
@@ -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
 


More information about the svn-ports-all mailing list