summaryrefslogtreecommitdiff
path: root/chat/xchat2
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-06-03 10:24:05 +0000
committerwiz <wiz@pkgsrc.org>2005-06-03 10:24:05 +0000
commit5304b9292e862dd630e4ae3d058d0b7943b22784 (patch)
tree0a3fb6b208f2a6eee012f1977ef0cbd6007bd76c /chat/xchat2
parentec3bbe44a754e7b7bba0ceb28a1fbd6a149bac22 (diff)
downloadpkgsrc-5304b9292e862dd630e4ae3d058d0b7943b22784.tar.gz
There is no global socks options, use socks5 instead,
and set PKG_OPTIONS_LEGACY_OPTS.
Diffstat (limited to 'chat/xchat2')
-rw-r--r--chat/xchat2/options.mk7
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