summaryrefslogtreecommitdiff
path: root/net/tnftp/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'net/tnftp/options.mk')
-rw-r--r--net/tnftp/options.mk10
1 files changed, 4 insertions, 6 deletions
diff --git a/net/tnftp/options.mk b/net/tnftp/options.mk
index b20c9bf3161..c73bce64b79 100644
--- a/net/tnftp/options.mk
+++ b/net/tnftp/options.mk
@@ -1,9 +1,7 @@
-# $NetBSD: options.mk,v 1.10 2015/02/18 09:16:52 wiz Exp $
+# $NetBSD: options.mk,v 1.11 2015/09/30 08:25:37 tnn Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.tnftp
-PKG_SUPPORTED_OPTIONS= inet6 ssl
-PKG_OPTIONS_OPTIONAL_GROUPS+= socks
-PKG_OPTIONS_GROUP.socks= socks5
+PKG_SUPPORTED_OPTIONS= inet6 ssl socks
PKG_SUGGESTED_OPTIONS= inet6
CHECK_BUILTIN.openssl:= yes
@@ -16,9 +14,9 @@ PKG_SUGGESTED_OPTIONS+= ssl
.include "../../mk/bsd.options.mk"
-.if !empty(PKG_OPTIONS:Msocks5)
+.if !empty(PKG_OPTIONS:Msocks)
CONFIGURE_ARGS+= --with-socks
-.include "../../net/socks5/buildlink3.mk"
+.include "../../net/dante/buildlink3.mk"
.else
CONFIGURE_ARGS+= --without-socks
.endif