Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Sep 2016 05:49:29 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421797 - head/security/symbion-sslproxy
Message-ID:  <201609110549.u8B5nTfI020186@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609110549.u8B5nTfI020186>