summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlukem <lukem>2007-08-07 04:59:33 +0000
committerlukem <lukem>2007-08-07 04:59:33 +0000
commit0afcfc88eba28d2e6104fa83fd1735fb3c2b8fac (patch)
treea51804c17fe4c76c45e2c70b5ac5582c90c972fa
parent84c2c22477a0367270be74a23e4cf3d27227d5fe (diff)
downloadpkgsrc-0afcfc88eba28d2e6104fa83fd1735fb3c2b8fac.tar.gz
fix CONFIGURE_ARGS for socks
-rw-r--r--net/tnftp/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tnftp/options.mk b/net/tnftp/options.mk
index f55787350ad..e4bfd50b21f 100644
--- a/net/tnftp/options.mk
+++ b/net/tnftp/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2007/08/07 04:55:09 lukem Exp $
+# $NetBSD: options.mk,v 1.3 2007/08/07 04:59:33 lukem Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.tnftp
PKG_SUPPORTED_OPTIONS= inet6
@@ -8,7 +8,7 @@ PKG_OPTIONS_GROUP.socks= socks5
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Msocks5)
-CONFIGURE_ARGS+= --with-socks5
+CONFIGURE_ARGS+= --with-socks
.include "../../net/socks5/buildlink3.mk"
.endif