From 921cd3f1b23bc741b4a3a8c6c0cb916743329244 Mon Sep 17 00:00:00 2001 From: commitay Date: Mon, 17 Sep 2018 20:08:32 +1000 Subject: [PATCH] erlang@19: fix dependency order --- Formula/erlang@19.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/erlang@19.rb b/Formula/erlang@19.rb index 8332629c3a..82ebbd520b 100644 --- a/Formula/erlang@19.rb +++ b/Formula/erlang@19.rb @@ -28,9 +28,9 @@ class ErlangAT19 < Formula depends_on "automake" => :build depends_on "libtool" => :build depends_on "openssl" + depends_on "wxmac" => :recommended # for GUI apps like observer depends_on "fop" => :optional # enables building PDF docs depends_on :java => :optional - depends_on "wxmac" => :recommended # for GUI apps like observer # Check if this patch can be removed when OTP 19.4 is released. # Erlang will crash on macOS 10.13 any time the crypto lib is used.