Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Nov 2016 17:18:03 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426516 - head/sysutils/pwsafe
Message-ID:  <201611191718.uAJHI3QW083232@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611191718.uAJHI3QW083232>