summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlukem <lukem>2007-08-07 04:55:09 +0000
committerlukem <lukem>2007-08-07 04:55:09 +0000
commite7f051e55a56e48bd658b25e8bf5bb32659a44a8 (patch)
tree75308b76ae26a7efd7856fd20152ba91f79f327e
parent1d750aae94160e3604becf548e9264cb9abc4817 (diff)
downloadpkgsrc-e7f051e55a56e48bd658b25e8bf5bb32659a44a8.tar.gz
No support for SOCKS4 in tnftp 20070806.
-rw-r--r--net/tnftp/options.mk9
1 files changed, 3 insertions, 6 deletions
diff --git a/net/tnftp/options.mk b/net/tnftp/options.mk
index 7f5bc29f7d1..f55787350ad 100644
--- a/net/tnftp/options.mk
+++ b/net/tnftp/options.mk
@@ -1,16 +1,13 @@
-# $NetBSD: options.mk,v 1.1 2005/12/02 17:03:06 wiz Exp $
+# $NetBSD: options.mk,v 1.2 2007/08/07 04:55:09 lukem Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.tnftp
PKG_SUPPORTED_OPTIONS= inet6
PKG_OPTIONS_OPTIONAL_GROUPS+= socks
-PKG_OPTIONS_GROUP.socks= socks4 socks5
+PKG_OPTIONS_GROUP.socks= socks5
.include "../../mk/bsd.options.mk"
-.if !empty(PKG_OPTIONS:Msocks4)
-CONFIGURE_ARGS+= --with-socks4
-.include "../../net/socks4/buildlink3.mk"
-.elif !empty(PKG_OPTIONS:Msocks5)
+.if !empty(PKG_OPTIONS:Msocks5)
CONFIGURE_ARGS+= --with-socks5
.include "../../net/socks5/buildlink3.mk"
.endif