erlang@19: fix dependency order

This commit is contained in:
commitay 2018-09-17 20:08:32 +10:00
parent 9f13de2ed3
commit 921cd3f1b2

View file

@ -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.