]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
build: Add Kerberos requirement for FreeBSD 25688/head
authorWillem Jan Withagen <wjw@digiware.nl>
Sun, 23 Dec 2018 20:24:45 +0000 (21:24 +0100)
committerWillem Jan Withagen <wjw@digiware.nl>
Mon, 24 Dec 2018 09:52:58 +0000 (10:52 +0100)
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
install-deps.sh

index 9b060ed251934afbef36a4296ce6de75d7b673c6..eba9eb0ebfcadb886bae9e954b015936c7b7e6ee 100755 (executable)
@@ -194,7 +194,6 @@ if [ x$(uname)x = xFreeBSDx ]; then
         devel/py-virtualenv \
         databases/leveldb \
         net/openldap24-client \
-        security/nss \
         archivers/snappy \
         archivers/liblz4 \
         ftp/curl \
@@ -223,6 +222,8 @@ if [ x$(uname)x = xFreeBSDx ]; then
         www/node \
         www/npm \
         www/fcgi \
+        security/nss \
+        security/kbr5 \
         security/oath-toolkit \
         sysutils/flock \
         sysutils/fusefs-libs \