svn commit: r407993 - head/security/ckpass

John Marino marino at FreeBSD.org
Wed Feb 3 22:00:06 UTC 2016


Author: marino
Date: Wed Feb  3 22:00:04 2016
New Revision: 407993
URL: https://svnweb.freebsd.org/changeset/ports/407993

Log:
  security/ckpass: document ncurses requirement (USES+=ncurses)
  
  approved by:	infrastructure blanket

Modified:
  head/security/ckpass/Makefile

Modified: head/security/ckpass/Makefile
==============================================================================
--- head/security/ckpass/Makefile	Wed Feb  3 21:50:29 2016	(r407992)
+++ head/security/ckpass/Makefile	Wed Feb  3 22:00:04 2016	(r407993)
@@ -13,6 +13,7 @@ LICENSE=	GPLv3
 
 LIB_DEPENDS=	libkpass.so:${PORTSDIR}/security/libkpass
 
+USES=		ncurses
 GNU_CONFIGURE=	yes
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib


More information about the svn-ports-all mailing list