Merge pull request #28269 from NTmatter/patch-1

install-deps.sh: fix typo for krb5 on FreeBSD

Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2019-05-29 22:23:10 +08:00 committed by GitHub
commit 7b7fd12bd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -248,7 +248,7 @@ if [ x$(uname)x = xFreeBSDx ]; then
www/npm \
www/fcgi \
security/nss \
security/kbr5 \
security/krb5 \
security/oath-toolkit \
sysutils/flock \
sysutils/fusefs-libs \