From 4e7fb43ee9564bdd31fa9359585e78857771a84e Mon Sep 17 00:00:00 2001 From: Anil Madhavapeddy Date: Mon, 27 Oct 2014 19:36:52 +0000 Subject: haxe: add dependency on camlp4 --- Library/Formula/haxe.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Formula') diff --git a/Library/Formula/haxe.rb b/Library/Formula/haxe.rb index 6a00a45bb..152380c32 100644 --- a/Library/Formula/haxe.rb +++ b/Library/Formula/haxe.rb @@ -15,6 +15,7 @@ class Haxe < Formula depends_on 'neko' => :recommended depends_on 'objective-caml' => :build + depends_on 'camlp4' => :build def install # Build requires targets to be built in specific order -- cgit v1.2.3