From 5964c7229fc261ef9c52f3aea1bb11a68a50c803 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Wed, 5 Aug 2026 21:53:05 +0100 Subject: [PATCH] doc: Switch `pkg-config` package to modern `pkgconf` on NetBSD --- doc/build-netbsd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build-netbsd.md b/doc/build-netbsd.md index 23a57804c92..2ef47fad195 100644 --- a/doc/build-netbsd.md +++ b/doc/build-netbsd.md @@ -68,7 +68,7 @@ Otherwise, if you don't need QR encoding support, use the `-DWITH_QRENCODE=OFF` Bitcoin Core can provide notifications via ZeroMQ. To compile ZMQ support, install the following dependency and pass `-DWITH_ZMQ=ON` when configuring. ```bash -pkgin install zeromq pkg-config +pkgin install zeromq pkgconf ``` #### Test Suite Dependencies