Skip to content

Commit

Permalink
erlang: unixodbc isn't needed.
Browse files Browse the repository at this point in the history
iODBC is used instead.

Closes Homebrew/legacy-homebrew#38845.

Closes #6.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
MikeMcQuaid committed Apr 3, 2016
1 parent add830d commit 1983317
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Formula/erlang.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ class Erlang < Formula
depends_on "automake" => :build
depends_on "libtool" => :build
depends_on "openssl"
depends_on "unixodbc" if MacOS.version >= :mavericks
depends_on "fop" => :optional # enables building PDF docs
depends_on "wxmac" => :recommended # for GUI apps like observer

Expand Down

0 comments on commit 1983317

Please sign in to comment.