From 2c58efd897576f055574be87ed527b201ce2ee9b Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Fri, 10 Mar 2023 11:10:02 +0100 Subject: [PATCH] ninja: depends on cmd:zsh --- dev-util/ninja/ninja-1.11.1.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/ninja/ninja-1.11.1.recipe b/dev-util/ninja/ninja-1.11.1.recipe index ee73cdeb9..89f1dc192 100644 --- a/dev-util/ninja/ninja-1.11.1.recipe +++ b/dev-util/ninja/ninja-1.11.1.recipe @@ -9,7 +9,7 @@ it can build LLVM, KDE, Blender, etc." HOMEPAGE="https://ninja-build.org/" COPYRIGHT="2012-2019 Google Inc." LICENSE="Apache v2" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/ninja-build/ninja/archive/v$portVersion.tar.gz" CHECKSUM_SHA256="31747ae633213f1eda3842686f83c2aa1412e0f5691d1c14dbbcc67fe7400cea" PATCHES="ninja-$portVersion.patchset" @@ -47,7 +47,7 @@ PROVIDES_zsh=" " REQUIRES_zsh=" ninja$secondaryArchSuffix == $portVersion base - zsh >= 5.0 + cmd:zsh >= 5.0 " BUILD()