svn commit: r421932 - head/net/socketw

John Marino marino at FreeBSD.org
Mon Sep 12 15:43:25 UTC 2016


Author: marino
Date: Mon Sep 12 15:43:24 2016
New Revision: 421932
URL: https://svnweb.freebsd.org/changeset/ports/421932

Log:
  net/socketw: Document SSL build requirement, add cflags for SSL
  
  Approved by:	SSL blanket

Modified:
  head/net/socketw/Makefile

Modified: head/net/socketw/Makefile
==============================================================================
--- head/net/socketw/Makefile	Mon Sep 12 15:38:42 2016	(r421931)
+++ head/net/socketw/Makefile	Mon Sep 12 15:43:24 2016	(r421932)
@@ -14,6 +14,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	RigsOfRods
 GH_TAGNAME=	6a05e12
 
-USES=		cmake
+USES=		cmake ssl:build
+CFLAGS+=	-I${OPENSSLINC}
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list