svn commit: r421797 - head/security/symbion-sslproxy

John Marino marino at FreeBSD.org
Sun Sep 11 05:49:30 UTC 2016


Author: marino
Date: Sun Sep 11 05:49:29 2016
New Revision: 421797
URL: https://svnweb.freebsd.org/changeset/ports/421797

Log:
  security/symbion-sslproxy: Add SSL flags

Modified:
  head/security/symbion-sslproxy/Makefile

Modified: head/security/symbion-sslproxy/Makefile
==============================================================================
--- head/security/symbion-sslproxy/Makefile	Sun Sep 11 05:45:34 2016	(r421796)
+++ head/security/symbion-sslproxy/Makefile	Sun Sep 11 05:49:29 2016	(r421797)
@@ -12,8 +12,9 @@ COMMENT=	SSL proxy for securing insecure
 
 LICENSE=	GPLv2+
 
-USES=		gmake tar:tgz
-USE_OPENSSL=	yes
+USES=		gmake ssl tar:tgz
+CFLAGS+=	-I${OPENSSLINC}
+LDFLAGS+=	-L${OPENSSLLIB}
 
 SUB_FILES=	pkg-message
 


More information about the svn-ports-all mailing list