summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-06-18 15:19:20 +0000
committernia <nia@pkgsrc.org>2019-06-18 15:19:20 +0000
commit297e28403f487285954347fbce3d0902f55c9986 (patch)
treebfd26ec1733d0cc82917d13b1eaccafe6a85f9bd /chat
parent8427b65909d51c1507d7257d1e6491b43083aa41 (diff)
downloadpkgsrc-297e28403f487285954347fbce3d0902f55c9986.tar.gz
znc: Rename sasl option to sasl-cyrus.
This option is somewhat confusing currently. This does /not/ control support for logging in to IRC servers using SASL, which happily works without the dependency.
Diffstat (limited to 'chat')
-rw-r--r--chat/znc/options.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/chat/znc/options.mk b/chat/znc/options.mk
index 24aa8b2cf85..4de472c5a33 100644
--- a/chat/znc/options.mk
+++ b/chat/znc/options.mk
@@ -1,9 +1,11 @@
-# $NetBSD: options.mk,v 1.1 2018/12/16 02:05:23 nia Exp $
+# $NetBSD: options.mk,v 1.2 2019/06/18 15:19:20 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.znc
-PKG_SUPPORTED_OPTIONS= debug inet6 perl python sasl tcl
+PKG_SUPPORTED_OPTIONS= debug inet6 perl python sasl-cyrus tcl
PKG_SUGGESTED_OPTIONS= inet6
+PKG_OPTIONS_LEGACY_OPTS+= sasl:sasl-cyrus
+
.include "../../mk/bsd.options.mk"
# Debug build
@@ -41,7 +43,7 @@ PLIST_SRC+= PLIST.python
.endif
# Cyrus SASL support
-.if !empty(PKG_OPTIONS:Msasl)
+.if !empty(PKG_OPTIONS:Msasl-cyrus)
.include "../../security/cyrus-sasl/buildlink3.mk"
CONFIGURE_ARGS+= --enable-cyrus
PLIST_SRC+= PLIST.cyrus