diff --git a/security/krb5/Makefile b/security/krb5/Makefile index bef90ee39fcf..1bd3bb3c2ac2 100644 --- a/security/krb5/Makefile +++ b/security/krb5/Makefile @@ -1,8 +1,8 @@ -VERSIONS= 119 120 +VERSIONS= 120 121 # When changing this, remember to build test security/sssd with SMB=on # Reference: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244778 -KRB5_VERSION?= 120 +KRB5_VERSION?= 121 MASTERDIR= ${.CURDIR}/../krb5-${KRB5_VERSION} .include "${MASTERDIR}/Makefile"