svn commit: r421770 - head/net/shadowsocks-libev

John Marino marino at FreeBSD.org
Sun Sep 11 00:55:04 UTC 2016


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

Log:
  net/shadowsocks-libev: document SSL requirement, configure SSL accordingly
  
  Approved by:	SSL blanket

Modified:
  head/net/shadowsocks-libev/Makefile

Modified: head/net/shadowsocks-libev/Makefile
==============================================================================
--- head/net/shadowsocks-libev/Makefile	Sun Sep 11 00:49:35 2016	(r421769)
+++ head/net/shadowsocks-libev/Makefile	Sun Sep 11 00:55:02 2016	(r421770)
@@ -16,7 +16,10 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	madeye
 
 GNU_CONFIGURE=	yes
-USES=		gmake libtool:keepla
+USES=		gmake libtool:keepla ssl
+CPPFLAGS+=	-I${OPENSSLINC}
+CONFIGURE_ARGS+=	--with-openssl=${OPENSSLBASE}
+
 # Help solve building error since the integrated libsodium enables this option.
 CFLAGS+=	-fstack-protector
 


More information about the svn-ports-all mailing list