summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorwiz <wiz>2005-06-03 10:24:05 +0000
committerwiz <wiz>2005-06-03 10:24:05 +0000
commit3fd5c485ed4989819fa51663673da9156226a14f (patch)
tree0a3fb6b208f2a6eee012f1977ef0cbd6007bd76c /chat
parent781bb4997892e65d4f9dc8d04cafd014dc072475 (diff)
downloadpkgsrc-3fd5c485ed4989819fa51663673da9156226a14f.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.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