summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2020-05-26 12:22:57 +0000
committerjperkin <jperkin@pkgsrc.org>2020-05-26 12:22:57 +0000
commitfd0dcadd23483ca317ab1ded118450b3d499bfcb (patch)
tree6cc270c225bf4e1739aec681654fac643b69d4ce
parent5c271b61228d0ebeb42ed193ffcbb50598a06d61 (diff)
downloadpkgsrc-fd0dcadd23483ca317ab1ded118450b3d499bfcb.tar.gz
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.
-rw-r--r--net/samba4/options.mk4
1 files 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"