ci: switch to pkgconf on macOS
Change-Id: I5a2dbd6346236361e8077e995e7c8da503501b3c
diff --git a/.jenkins.d/00-deps.sh b/.jenkins.d/00-deps.sh
index f12feaa..7a98432 100755
--- a/.jenkins.d/00-deps.sh
+++ b/.jenkins.d/00-deps.sh
@@ -20,7 +20,7 @@
pkg-config
python3
)
-FORMULAE=(boost openssl pkg-config)
+FORMULAE=(boost openssl pkgconf)
PIP_PKGS=()
case $JOB_NAME in
*code-coverage)
diff --git a/docs/INSTALL.rst b/docs/INSTALL.rst
index 2f57b9b..e03d946 100644
--- a/docs/INSTALL.rst
+++ b/docs/INSTALL.rst
@@ -13,7 +13,7 @@
- Debian 11 (bullseye)
- Debian 12 (bookworm)
- CentOS Stream 9
-- macOS 12 / 13 / 14
+- macOS 12 / 13 / 14 / 15
NFD should also work on the following platforms, although they are not officially
supported:
@@ -98,7 +98,7 @@
Install the `ndn-cxx library <https://docs.named-data.net/ndn-cxx/current/INSTALL.html>`__
and its prerequisites.
-On Linux, NFD needs the following dependencies to enable optional features:
+On Linux, NFD needs the following *optional* dependencies to enable additional features:
- On **Debian** and **Ubuntu**: