aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/closure-compiler.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/closure-compiler.rb')
-rw-r--r--Library/Formula/closure-compiler.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/closure-compiler.rb b/Library/Formula/closure-compiler.rb
index 1233d298c..6be5fd2a7 100644
--- a/Library/Formula/closure-compiler.rb
+++ b/Library/Formula/closure-compiler.rb
@@ -7,7 +7,7 @@ class ClosureCompiler < Formula
head 'https://github.com/google/closure-compiler.git'
- depends_on :ant
+ depends_on :ant => :build
def install
system "ant", "clean"