summaryrefslogtreecommitdiff
path: root/chat/jabberd2/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'chat/jabberd2/options.mk')
-rw-r--r--chat/jabberd2/options.mk18
1 files changed, 3 insertions, 15 deletions
diff --git a/chat/jabberd2/options.mk b/chat/jabberd2/options.mk
index edb08f8d198..3302e396284 100644
--- a/chat/jabberd2/options.mk
+++ b/chat/jabberd2/options.mk
@@ -1,37 +1,25 @@
-# $NetBSD: options.mk,v 1.25 2010/07/06 00:01:35 schnoebe Exp $
+# $NetBSD: options.mk,v 1.26 2014/02/24 19:30:53 schnoebe Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.jabberd2
-PKG_OPTIONS_REQUIRED_GROUPS= auth storage sasl mio
+PKG_OPTIONS_REQUIRED_GROUPS= auth storage mio
# Authentication backend
PKG_OPTIONS_GROUP.auth= auth-mysql auth-pgsql auth-sqlite
PKG_OPTIONS_GROUP.auth+= auth-db auth-ldap auth-pam
# Storage backend
PKG_OPTIONS_GROUP.storage= storage-mysql storage-pgsql
PKG_OPTIONS_GROUP.storage+= storage-sqlite storage-db
-# SASL implementation
-PKG_OPTIONS_GROUP.sasl= sasl-cyrus sasl-gnu
# mio implementations
PKG_OPTIONS_GROUP.mio= mio-kqueue mio-select mio-poll mio-epoll
# debugging
PKG_SUPPORTED_OPTIONS+= debug
-PKG_SUGGESTED_OPTIONS= auth-sqlite storage-sqlite sasl-gnu
+PKG_SUGGESTED_OPTIONS= auth-sqlite storage-sqlite
PKG_SUGGESTED_OPTIONS+= mio-select mio-poll
.include "../../mk/bsd.options.mk"
PLIST_VARS+= db ldap mysql pam pgsql sqlite
-.if !empty(PKG_OPTIONS:Msasl-cyrus)
-CONFIGURE_ARGS+= --with-sasl=cyrus
-. include "../../security/cyrus-sasl/buildlink3.mk"
-.endif
-
-.if !empty(PKG_OPTIONS:Msasl-gnu)
-CONFIGURE_ARGS+= --with-sasl=gsasl
-. include "../../security/gsasl/buildlink3.mk"
-.endif
-
.if !empty(PKG_OPTIONS:Mauth-db) || !empty(PKG_OPTIONS:Mstorage-db)
BDB_ACCEPTED= db4 db5
CONFIGURE_ARGS+= --enable-db