From fb8cc4d2e08fdc90135c9c3af514eeba0b472c1b Mon Sep 17 00:00:00 2001 From: Pedro Date: Wed, 6 Nov 2024 21:02:41 -0800 Subject: [PATCH] cataclysm: fix dependency for macOS build This commit ensures that the freetype dependency is included when building with make on macOS. --- Formula/c/cataclysm.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/c/cataclysm.rb b/Formula/c/cataclysm.rb index a16e5a09d6ea..1dd08c1a1291 100644 --- a/Formula/c/cataclysm.rb +++ b/Formula/c/cataclysm.rb @@ -38,6 +38,7 @@ class Cataclysm < Formula uses_from_macos "zlib" on_macos do + depends_on "freetype" depends_on "gettext" end