aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-09-11 09:00:02 +0800
committermarino <marino@FreeBSD.org>2016-09-11 09:00:02 +0800
commitae09f5bff2664d56f8fa13eca1b7449c9c3ec77b (patch)
treef56bb31a57b56c22db9bc6ef65e58990b9c0f4af /net
parentd9ca9dd64469c0581cee24e826e7fec05dff3eba (diff)
downloadfreebsd-ports-gnome-ae09f5bff2664d56f8fa13eca1b7449c9c3ec77b.tar.gz
freebsd-ports-gnome-ae09f5bff2664d56f8fa13eca1b7449c9c3ec77b.tar.zst
freebsd-ports-gnome-ae09f5bff2664d56f8fa13eca1b7449c9c3ec77b.zip
net/ssltunnel-server: Add SSL flags
Approved by: SSL blanket
Diffstat (limited to 'net')
-rw-r--r--net/ssltunnel-server/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ssltunnel-server/Makefile b/net/ssltunnel-server/Makefile
index 18eeb8e74f4c..0711ba3e1d66 100644
--- a/net/ssltunnel-server/Makefile
+++ b/net/ssltunnel-server/Makefile
@@ -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*/^' \