erlang@19: fix dependency order
This commit is contained in:
parent
9f13de2ed3
commit
921cd3f1b2
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue