From bbae96f0cd3e857e26a5b1f8565a75a1df224568 Mon Sep 17 00:00:00 2001 From: Xavier Beaudouin Date: Tue, 17 Dec 2024 09:43:32 +0100 Subject: [PATCH] fix --- security/sudo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 54a614c..37af775 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -96,7 +96,7 @@ SSSD_PREVENTS_MSG= sssd requires MIT kerberos and it conflicts with heimdal SSSD_RUN_DEPENDS= sssd:security/sssd SSSD_CONFIGURE_ON= --with-sssd -.if ${FLAVOR} == sssd +.if ${FLAVOR:U} == sssd OPTIONS_DEFAULTS+= SSSD2 .endif