diff options
author | wiz <wiz@pkgsrc.org> | 2005-06-03 10:24:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-06-03 10:24:05 +0000 |
commit | 5304b9292e862dd630e4ae3d058d0b7943b22784 (patch) | |
tree | 0a3fb6b208f2a6eee012f1977ef0cbd6007bd76c /chat | |
parent | ec3bbe44a754e7b7bba0ceb28a1fbd6a149bac22 (diff) | |
download | pkgsrc-5304b9292e862dd630e4ae3d058d0b7943b22784.tar.gz |
There is no global socks options, use socks5 instead,
and set PKG_OPTIONS_LEGACY_OPTS.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/xchat2/options.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chat/xchat2/options.mk b/chat/xchat2/options.mk index 2b5b07ba127..3f4513a3fa0 100644 --- a/chat/xchat2/options.mk +++ b/chat/xchat2/options.mk @@ -1,8 +1,9 @@ -# $NetBSD: options.mk,v 1.4 2005/05/31 10:01:36 dillo Exp $ +# $NetBSD: options.mk,v 1.5 2005/06/03 10:24:05 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.xchat2 -PKG_SUPPORTED_OPTIONS= inet6 ssl socks +PKG_SUPPORTED_OPTIONS= inet6 ssl socks5 PKG_SUGGESTED_OPTIONS= ssl +PKG_OPTIONS_LEGACY_OPTS+= socks:socks5 .include "../../mk/bsd.options.mk" @@ -19,7 +20,7 @@ CONFIGURE_ARGS+= --enable-openssl=no ### ### Support for connecting thru SOCKS servers ### -.if !empty(PKG_OPTIONS:Msocks) +.if !empty(PKG_OPTIONS:Msocks5) CONFIGURE_ARGS+= --enable-socks .endif |