svn commit: r421777 - head/security/ike-scan

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


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

Log:
  security/ike-scan: Document SSL requirement

Modified:
  head/security/ike-scan/Makefile

Modified: head/security/ike-scan/Makefile
==============================================================================
--- head/security/ike-scan/Makefile	Sun Sep 11 01:58:30 2016	(r421776)
+++ head/security/ike-scan/Makefile	Sun Sep 11 02:02:23 2016	(r421777)
@@ -12,6 +12,7 @@ COMMENT=	VPN scanner and identifier
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+USES=		ssl
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--datadir=${PREFIX}/share --with-openssl=${LOCALBASE}
 


More information about the svn-ports-head mailing list