Skip to content

Commit

Permalink
mldonkey: ocaml deps are buildtime only
Browse files Browse the repository at this point in the history
  • Loading branch information
mistydemeo committed Jul 4, 2015
1 parent 4224d29 commit 023af36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/mldonkey.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ class Mldonkey < Formula

deprecated_option "with-x" => "with-x11"

depends_on 'camlp4' => :build
depends_on 'objective-caml' => :build
depends_on 'pkg-config' => :build
depends_on 'objective-caml'
depends_on 'camlp4'
depends_on 'gd'
depends_on 'libpng'
depends_on :x11 => :optional
Expand Down

0 comments on commit 023af36

Please sign in to comment.