File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,11 +37,15 @@ class Lilypond < Formula
3737 mirror "https://git.savannah.gnu.org/git/lilypond.git"
3838
3939 depends_on "autoconf" => :build
40- depends_on "make" => :build # make >= 4.2 is required
40+
41+ on_macos do
42+ depends_on "make" => :build # make >= 4.2 is required
43+ end
4144 end
4245
4346 depends_on "bison" => :build # bison >= 2.4.1 is required
4447 depends_on "fontforge" => :build
48+ depends_on "gettext" => :build
4549 depends_on "pkgconf" => :build
4650 depends_on "t1utils" => :build
4751 depends_on "texinfo" => :build # makeinfo >= 6.1 is required
@@ -63,10 +67,6 @@ class Lilypond < Formula
6367 depends_on "harfbuzz"
6468 end
6569
66- on_linux do
67- depends_on "gettext" => :build
68- end
69-
7070 resource "font-urw-base35" do
7171 url "https://github.com/ArtifexSoftware/urw-base35-fonts/archive/refs/tags/20200910.tar.gz"
7272 sha256 "e0d9b7f11885fdfdc4987f06b2aa0565ad2a4af52b22e5ebf79e1a98abd0ae2f"
You can’t perform that action at this time.
0 commit comments