summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorlukem <lukem@pkgsrc.org>2007-08-07 04:55:09 +0000
committerlukem <lukem@pkgsrc.org>2007-08-07 04:55:09 +0000
commitea4adf0123fad8a9e6cf18bb6c34e080be73e1ee (patch)
tree75308b76ae26a7efd7856fd20152ba91f79f327e /net
parent38da2c1f8b6bcdc1f4659410b54f0505287583cf (diff)
downloadpkgsrc-ea4adf0123fad8a9e6cf18bb6c34e080be73e1ee.tar.gz
No support for SOCKS4 in tnftp 20070806.
Diffstat (limited to 'net')
-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