svn commit: r421771 - head/net/ssltunnel-server

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


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

Log:
  net/ssltunnel-server: Add SSL flags
  
  Approved by:	SSL blanket

Modified:
  head/net/ssltunnel-server/Makefile

Modified: head/net/ssltunnel-server/Makefile
==============================================================================
--- head/net/ssltunnel-server/Makefile	Sun Sep 11 00:55:02 2016	(r421770)
+++ head/net/ssltunnel-server/Makefile	Sun Sep 11 01:00:02 2016	(r421771)
@@ -19,11 +19,13 @@ TCPWRAPPERS_DESC=	libwrap support
 
 TCPWRAPPERS_CONFIGURE_ON=	--with-libwrap
 
+USES=		ssl
 USE_RC_SUBR=	${PORTNAME}
 SUB_FILES+=	pkg-message
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-client
-USE_OPENSSL=	yes
+CFLAGS+=	-I${OPENSSLINC}
+LDFLAGS+=	-L${OPENSSLLIB}
 
 post-patch:
 	@${REINPLACE_CMD} -e 's^#include <utmp.h>^/*utmp.h not for FreeBSD*/^' \


More information about the svn-ports-head mailing list