From 10818cef798df53cdc8c3a1944ae29ebb2e49611 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 Github-Pull: #35908 Rebased-From: 5964c7229fc261ef9c52f3aea1bb11a68a50c803 --- 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 99a1dafb25c..ad3b3f0959e 100644 --- a/doc/build-netbsd.md +++ b/doc/build-netbsd.md @@ -12,7 +12,7 @@ Install the required dependencies the usual way you [install software on NetBSD] The example commands below use `pkgin`. ```bash -pkgin install git cmake pkg-config boost libevent +pkgin install git cmake pkgconf boost libevent ``` SQLite is required for the wallet: