aboutsummaryrefslogtreecommitdiff
path: root/net/ssltunnel-server
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2012-05-30 19:24:01 +0000
committerChris Rees <crees@FreeBSD.org>2012-05-30 19:24:01 +0000
commitdc5bb34822e4676fc9842851d3bf34beee64bb11 (patch)
treef1aca05be92f2af203e6d17b35cd2b91dbfaaf43 /net/ssltunnel-server
parent3b852dc6d0a2a5cf33ad14406afced27d95473c1 (diff)
downloadports-dc5bb34822e4676fc9842851d3bf34beee64bb11.tar.gz
ports-dc5bb34822e4676fc9842851d3bf34beee64bb11.zip
Notes
Diffstat (limited to 'net/ssltunnel-server')
-rw-r--r--net/ssltunnel-server/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/ssltunnel-server/Makefile b/net/ssltunnel-server/Makefile
index cba5e237516c..bc7c272ac6f1 100644
--- a/net/ssltunnel-server/Makefile
+++ b/net/ssltunnel-server/Makefile
@@ -17,14 +17,15 @@ COMMENT= PPP over SSL virtual private networking (server part)
LICENSE= BSD
-OPTIONS= TCPWRAPPERS "libwrap support" off
+OPTIONS_DEFINE= TCPWRAPPERS
+TCPWRAPPERS_DESC= libwrap support
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-client
.include <bsd.port.options.mk>
-.if defined(WITH_TCPWRAPPERS)
+.if ${PORT_OPTIONS:MTCPWRAPPERS}
CONFIGURE_ARGS+=--with-libwrap
.endif