summaryrefslogtreecommitdiff
path: root/security/krb5/Makefile
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2024-02-12 16:33:16 -0800
committerCy Schubert <cy@FreeBSD.org>2024-02-13 10:47:53 -0800
commit9926898a0c052d79aaa08708e3249fc39e633174 (patch)
treefda2a3fbf421c5e26f5f91465c1907b52afcace7 /security/krb5/Makefile
parentwww/qt6-webengine: fix build with clang 18 (diff)
security/krb5*: Flavorize with default and ldap flavors
This provides a binary package to users who require MIT KRB5 with LDAP support. This patch does not change the current, now default, package name. PR: 277015
Diffstat (limited to 'security/krb5/Makefile')
-rw-r--r--security/krb5/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/krb5/Makefile b/security/krb5/Makefile
index 1bd3bb3c2ac2..a65ea22d98d1 100644
--- a/security/krb5/Makefile
+++ b/security/krb5/Makefile
@@ -5,4 +5,6 @@ KRB5_VERSION?= 121
MASTERDIR= ${.CURDIR}/../krb5-${KRB5_VERSION}
+FLAVORS= default ldap
+
.include "${MASTERDIR}/Makefile"