summaryrefslogtreecommitdiff
path: root/chat/ircII/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'chat/ircII/options.mk')
-rw-r--r--chat/ircII/options.mk10
1 files changed, 5 insertions, 5 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