diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/haxe.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/haxe.rb b/Library/Formula/haxe.rb index d2a93ae84..6a00a45bb 100644 --- a/Library/Formula/haxe.rb +++ b/Library/Formula/haxe.rb @@ -13,8 +13,8 @@ class Haxe < Formula sha1 "408dbaf0110cb38ee52900bd4910c56913681bab" => :lion end - depends_on 'neko' - depends_on 'objective-caml' + depends_on 'neko' => :recommended + depends_on 'objective-caml' => :build def install # Build requires targets to be built in specific order |
