erlang@18: fix dependency order

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

View file

@ -24,9 +24,9 @@ class ErlangAT18 < 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 18.3.5 is released.
# Erlang will crash on macOS 10.13 any time the crypto lib is used.