svn commit: r426623 - head/net/scamper

John Marino marino at FreeBSD.org
Sun Nov 20 20:25:02 UTC 2016


Author: marino
Date: Sun Nov 20 20:25:00 2016
New Revision: 426623
URL: https://svnweb.freebsd.org/changeset/ports/426623

Log:
  net/scamper: Document SSL requirement
  
  Approved by:	SSL blanket

Modified:
  head/net/scamper/Makefile

Modified: head/net/scamper/Makefile
==============================================================================
--- head/net/scamper/Makefile	Sun Nov 20 20:23:26 2016	(r426622)
+++ head/net/scamper/Makefile	Sun Nov 20 20:25:00 2016	(r426623)
@@ -12,7 +12,7 @@ COMMENT=	Tool for parallelised IPv4 and 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		gmake libtool
+USES=		gmake libtool ssl
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip


More information about the svn-ports-all mailing list