From 2bf0b7f758dcf4349a161e456784b85e7021c6d0 Mon Sep 17 00:00:00 2001 From: Max Cai Date: Tue, 19 Sep 2023 14:24:09 -0700 Subject: [PATCH] add the make build dependency for now, cus i might use it for the install script --- Formula/Cowponder.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/Cowponder.rb b/Formula/Cowponder.rb index de1580e..5d6e5f9 100644 --- a/Formula/Cowponder.rb +++ b/Formula/Cowponder.rb @@ -5,6 +5,7 @@ class Cowponder < Formula # sha256 "checksum" # this is a later issue # Additional options and dependencies can be specified here + depends_on "make" => :build depends_on "python@3" depends_on "cowsay"