summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2015-09-30 08:25:37 +0000
committertnn <tnn@pkgsrc.org>2015-09-30 08:25:37 +0000
commit1998d381ca6ba6f6124d25811b1bea38c283b176 (patch)
tree15f2e52cbc0823f38bb1aa505121cecf6db6165b /chat
parent17de9e488491a066fda981cece1574a0a83afbf5 (diff)
downloadpkgsrc-1998d381ca6ba6f6124d25811b1bea38c283b176.tar.gz
replace optional socks5 dependencies with net/dante
Diffstat (limited to 'chat')
-rw-r--r--chat/ircII/options.mk10
-rw-r--r--chat/scrollz/options.mk12
2 files changed, 11 insertions, 11 deletions
diff --git a/chat/ircII/options.mk b/chat/ircII/options.mk
index 9500bbde06a..ed0f1a09aab 100644
--- a/chat/ircII/options.mk
+++ b/chat/ircII/options.mk
@@ -1,9 +1,9 @@
-# $NetBSD: options.mk,v 1.1 2005/06/02 22:21:18 wiz Exp $
+# $NetBSD: options.mk,v 1.2 2015/09/30 08:25:37 tnn Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.ircII
PKG_SUPPORTED_OPTIONS= # only socks group
PKG_OPTIONS_OPTIONAL_GROUPS= socks
-PKG_OPTIONS_GROUP.socks= socks4 socks5
+PKG_OPTIONS_GROUP.socks= socks4 dante
.include "../../mk/bsd.options.mk"
@@ -12,7 +12,7 @@ PKG_OPTIONS_GROUP.socks= socks4 socks5
.include "../../net/socks4/buildlink3.mk"
CONFIGURE_ARGS+= --with-socks4=${BUILDLINK_PREFIX.socks4}
.endif
-.if !empty(PKG_OPTIONS:Msocks5)
-.include "../../net/socks5/buildlink3.mk"
-CONFIGURE_ARGS+= --with-socks5=${BUILDLINK_PREFIX.socks5}
+.if !empty(PKG_OPTIONS:Mdante)
+.include "../../net/dante/buildlink3.mk"
+CONFIGURE_ARGS+= --with-socks4=${BUILDLINK_PREFIX.dante}
.endif
diff --git a/chat/scrollz/options.mk b/chat/scrollz/options.mk
index 448f7bb1eeb..4304226653f 100644
--- a/chat/scrollz/options.mk
+++ b/chat/scrollz/options.mk
@@ -1,10 +1,10 @@
-# $NetBSD: options.mk,v 1.1 2015/07/27 22:31:30 wiz Exp $
+# $NetBSD: options.mk,v 1.2 2015/09/30 08:25:37 tnn Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.scrollz
PKG_SUPPORTED_OPTIONS= efence inet6 regexp utf8
PKG_SUGGESTED_OPTIONS+= efence inet6
PKG_OPTIONS_OPTIONAL_GROUPS= socks ssl
-PKG_OPTIONS_GROUP.socks= socks4 socks5
+PKG_OPTIONS_GROUP.socks= socks4 dante
PKG_OPTIONS_GROUP.ssl= gnutls openssl
.include "../../mk/bsd.options.mk"
@@ -49,11 +49,11 @@ CONFIGURE_ARGS+= --with-socks4=${BUILDLINK_PREFIX.socks4}
CONFIGURE_ARGS+= --disable-socks4
.endif
-.if !empty(PKG_OPTIONS:Msocks5)
-.include "../../net/socks5/buildlink3.mk"
-CONFIGURE_ARGS+= --with-socks5=${BUILDLINK_PREFIX.socks5}
+.if !empty(PKG_OPTIONS:Mdante)
+.include "../../net/dante/buildlink3.mk"
+CONFIGURE_ARGS+= --with-socks4=${BUILDLINK_PREFIX.dante}
.else
-CONFIGURE_ARGS+= --disable-socks5
+CONFIGURE_ARGS+= --disable-socks4
.endif
.if !empty(PKG_OPTIONS:Mutf8)