svn commit: r407994 - head/security/krb5-appl

John Marino marino at FreeBSD.org
Wed Feb 3 22:01:17 UTC 2016


Author: marino
Date: Wed Feb  3 22:01:15 2016
New Revision: 407994
URL: https://svnweb.freebsd.org/changeset/ports/407994

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

Modified:
  head/security/krb5-appl/Makefile

Modified: head/security/krb5-appl/Makefile
==============================================================================
--- head/security/krb5-appl/Makefile	Wed Feb  3 22:00:04 2016	(r407993)
+++ head/security/krb5-appl/Makefile	Wed Feb  3 22:01:15 2016	(r407994)
@@ -20,7 +20,7 @@ CONFLICTS=		krb4-[0-9]* krb5-1.[0-7].* h
 
 KERBEROSV_URL=		http://web.mit.edu/kerberos/
 USE_OPENSSL=		yes
-USES=			gmake perl5 gssapi:mit
+USES=			gmake ncurses perl5 gssapi:mit
 USE_PERL5=		build
 USE_LDCONFIG=		yes
 USE_CSTD=		gnu89


More information about the svn-ports-all mailing list