svn commit: r407997 - head/security/yapet

John Marino marino at FreeBSD.org
Wed Feb 3 22:16:36 UTC 2016


Author: marino
Date: Wed Feb  3 22:16:34 2016
New Revision: 407997
URL: https://svnweb.freebsd.org/changeset/ports/407997

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

Modified:
  head/security/yapet/Makefile

Modified: head/security/yapet/Makefile
==============================================================================
--- head/security/yapet/Makefile	Wed Feb  3 22:15:11 2016	(r407996)
+++ head/security/yapet/Makefile	Wed Feb  3 22:16:34 2016	(r407997)
@@ -11,7 +11,7 @@ COMMENT=	Curses based password manager
 
 LICENSE=	GPLv3
 
-USES=		gmake
+USES=		gmake ncurses
 USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes
 


More information about the svn-ports-all mailing list