mldonkey: ocaml deps are buildtime only
This commit is contained in:
parent
4224d29541
commit
023af3628a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue