svn commit: r421769 - head/net/p5-Net-TCLink

John Marino marino at FreeBSD.org
Sun Sep 11 00:49:37 UTC 2016


Author: marino
Date: Sun Sep 11 00:49:35 2016
New Revision: 421769
URL: https://svnweb.freebsd.org/changeset/ports/421769

Log:
  net/p5-Net-TCLink: Add SSL flags
  
  Approved by:	SSL blanket

Modified:
  head/net/p5-Net-TCLink/Makefile

Modified: head/net/p5-Net-TCLink/Makefile
==============================================================================
--- head/net/p5-Net-TCLink/Makefile	Sun Sep 11 00:46:33 2016	(r421768)
+++ head/net/p5-Net-TCLink/Makefile	Sun Sep 11 00:49:35 2016	(r421769)
@@ -14,8 +14,9 @@ COMMENT=	Module to for connecting to the
 
 LICENSE=	LGPL21
 
-USES=		perl5
-USE_OPENSSL=	yes
+USES=		perl5 ssl
 USE_PERL5=	configure
+CFLAGS+=	-I${OPENSSLINC}
+LDFLAGS+=	-L${OPENSSLLIB}
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list