pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/tnftp fix CONFIGURE_ARGS for socks



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d3210db2682c
branches:  trunk
changeset: 531829:d3210db2682c
user:      lukem <lukem%pkgsrc.org@localhost>
date:      Tue Aug 07 04:59:33 2007 +0000

description:
fix CONFIGURE_ARGS for socks

diffstat:

 net/tnftp/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 30467dcfb208 -r d3210db2682c net/tnftp/options.mk
--- a/net/tnftp/options.mk      Tue Aug 07 04:56:22 2007 +0000
+++ b/net/tnftp/options.mk      Tue Aug 07 04:59:33 2007 +0000
@@ -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 @@
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Msocks5)
-CONFIGURE_ARGS+=       --with-socks5
+CONFIGURE_ARGS+=       --with-socks
 .include "../../net/socks5/buildlink3.mk"
 .endif
 



Home | Main Index | Thread Index | Old Index