Skip to content

Commit

Permalink
Fixing dependencies
Browse files Browse the repository at this point in the history
MLton is now a build dependency and Openssl is not.
Closes issue #1
  • Loading branch information
eranmeir committed Jun 19, 2016
1 parent b45815f commit f2f3e19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions urweb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ class Urweb < Formula
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "libtool" => :build
depends_on "openssl" => :build
depends_on "mlton"
depends_on "openssl"
depends_on "mlton" => :build
depends_on :postgresql => :optional
depends_on :mysql => :optional

Expand Down

0 comments on commit f2f3e19

Please sign in to comment.