summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorCzarek Nakamoto <cyjan@mrcyjanek.net>2026-02-20 11:22:53 +0100
committerCzarek Nakamoto <cyjan@mrcyjanek.net>2026-02-20 11:22:53 +0100
commit88d000fa6d861562530da953f24a88aed51afe74 (patch)
tree4d9f0f307a7cdc10c19ff0b2f009302d3212c2e2 /contrib
parentd545b2e863c0b1949ac50b19eb6669e372699286 (diff)
minor fixes
Diffstat (limited to 'contrib')
-rw-r--r--contrib/depends/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/depends/Makefile b/contrib/depends/Makefile
index ffcd6e2..a42d296 100644
--- a/contrib/depends/Makefile
+++ b/contrib/depends/Makefile
@@ -2,8 +2,8 @@
HOST ?=
-PACKAGES = native/cmake,native/python@3.14,native/git,native/_,boost,zeromq,zlib,unbound,sodium,openssl
-SIMPLYBS_HASH = 61ccf85b404afd86b968b4fb469052ef1ae050e2
+PACKAGES = native/cmake,native/python@3.14,native/git,native/_,native/make,boost,zeromq,zlib,unbound,sodium,openssl
+SIMPLYBS_HASH = 9adf984c68dd37da38d4e9aa905610dda54be7a4
all: simplybs $(if $(HOST),sbs-build-$(HOST),)
@if [ -z "$(HOST)" ]; then \