From fd0dcadd23483ca317ab1ded118450b3d499bfcb Mon Sep 17 00:00:00 2001 From: jperkin Date: Tue, 26 May 2020 12:22:57 +0000 Subject: samba4: Fix ads suggested option. This is enabled later for suitable platforms, so adding it here either made that test completely pointless, or added the option twice. --- net/samba4/options.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/samba4/options.mk b/net/samba4/options.mk index 805c25d973e..b040b44332e 100644 --- a/net/samba4/options.mk +++ b/net/samba4/options.mk @@ -1,8 +1,8 @@ -# $NetBSD: options.mk,v 1.9 2020/03/08 12:39:27 tnn Exp $ +# $NetBSD: options.mk,v 1.10 2020/05/26 12:22:57 jperkin Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.samba4 PKG_SUPPORTED_OPTIONS= ads avahi fam ldap pam winbind # cups # cups option is broken for me. -PKG_SUGGESTED_OPTIONS= ads avahi ldap pam winbind +PKG_SUGGESTED_OPTIONS= avahi ldap pam winbind .include "../../mk/bsd.fast.prefs.mk" -- cgit v1.2.3