diff options
Diffstat (limited to 'security/krb5/Makefile')
-rw-r--r-- | security/krb5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/krb5/Makefile b/security/krb5/Makefile index a65ea22d98d1..86520da301f0 100644 --- a/security/krb5/Makefile +++ b/security/krb5/Makefile @@ -1,7 +1,7 @@ -VERSIONS= 120 121 +VERSIONS= 120 121 122 # 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?= 121 +KRB5_VERSION?= 122 MASTERDIR= ${.CURDIR}/../krb5-${KRB5_VERSION} |