svn commit: r421778 - head/security/kc

John Marino marino at FreeBSD.org
Sun Sep 11 02:05:25 UTC 2016


Author: marino
Date: Sun Sep 11 02:05:24 2016
New Revision: 421778
URL: https://svnweb.freebsd.org/changeset/ports/421778

Log:
  security/kc: Document SSL requirement
  
  Approved by:	SSL blanket

Modified:
  head/security/kc/Makefile

Modified: head/security/kc/Makefile
==============================================================================
--- head/security/kc/Makefile	Sun Sep 11 02:02:23 2016	(r421777)
+++ head/security/kc/Makefile	Sun Sep 11 02:05:24 2016	(r421778)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 LIB_DEPENDS=	libxml2.so:textproc/libxml2 \
 		libpcre.so:devel/pcre
 
-USES=		libedit pkgconfig uidfix
+USES=		libedit pkgconfig ssl uidfix
 USE_GITHUB=	yes
 GH_ACCOUNT=	levaidaniel
 


More information about the svn-ports-head mailing list