aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/golo.rb
diff options
context:
space:
mode:
authorJack Nagel2014-12-17 22:35:49 -0500
committerJack Nagel2014-12-17 22:35:53 -0500
commitcf6b4f91cd35bc2aaf3ccd4ab082fbd7f18f4dd3 (patch)
tree1316a047df775dd543ff0c9ffecc2f56a9ba2486 /Library/Formula/golo.rb
parent767bd051e6546cb5315f206c3525dd97cc279156 (diff)
downloadhomebrew-cf6b4f91cd35bc2aaf3ccd4ab082fbd7f18f4dd3.tar.bz2
Mark maven as a build-time dep where appropriate
Diffstat (limited to 'Library/Formula/golo.rb')
-rw-r--r--Library/Formula/golo.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/golo.rb b/Library/Formula/golo.rb
index c4c93c694..69b89b492 100644
--- a/Library/Formula/golo.rb
+++ b/Library/Formula/golo.rb
@@ -7,7 +7,7 @@ class Golo < Formula
head do
url "https://github.com/golo-lang/golo-lang.git"
- depends_on "maven"
+ depends_on "maven" => :build
end
depends_on :java => "1.7"