From 89526deddf87904619b26319e8d149cf97466868 Mon Sep 17 00:00:00 2001 From: Sebastian Falbesoner Date: Mon, 9 Jun 2025 14:29:00 +0200 Subject: [PATCH] doc: add missing packages for BSDs (cmake, gmake, curl) to depends/README.md --- depends/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/depends/README.md b/depends/README.md index b1247b319ea..627662e9091 100644 --- a/depends/README.md +++ b/depends/README.md @@ -31,7 +31,7 @@ To build dependencies for the current arch+OS: ### FreeBSD - pkg install bash + pkg install bash cmake curl gmake To build dependencies for the current arch+OS: @@ -39,7 +39,7 @@ To build dependencies for the current arch+OS: ### NetBSD - pkgin install bash gmake + pkgin install bash cmake curl gmake perl To build dependencies for the current arch+OS: @@ -47,7 +47,7 @@ To build dependencies for the current arch+OS: ### OpenBSD - pkg_add bash gmake gtar + pkg_add bash cmake curl gmake gtar To build dependencies for the current arch+OS: