From 329e6fcc0cfaaa245001bbe40126e25c0575ae53 Mon Sep 17 00:00:00 2001 From: Thomas Johnson Date: Tue, 28 May 2019 20:05:16 +0200 Subject: [PATCH] install-deps.sh: Typo for krb5 on FreeBSD The FreeBSD dependency install specifies devel/kbr5 instead of devel/krb5 Fixes: https://tracker.ceph.com/issues/40050 Signed-off-by: Thomas Johnson --- install-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-deps.sh b/install-deps.sh index b8838c585e9..291a33331e7 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -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 \ -- 2.47.3