diff options
| author | Jack Nagel | 2014-12-17 22:35:49 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-12-17 22:35:53 -0500 | 
| commit | cf6b4f91cd35bc2aaf3ccd4ab082fbd7f18f4dd3 (patch) | |
| tree | 1316a047df775dd543ff0c9ffecc2f56a9ba2486 /Library | |
| parent | 767bd051e6546cb5315f206c3525dd97cc279156 (diff) | |
| download | homebrew-cf6b4f91cd35bc2aaf3ccd4ab082fbd7f18f4dd3.tar.bz2 | |
Mark maven as a build-time dep where appropriate
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/couchdb-lucene.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/elasticsearch.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/git-tf.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/golo.rb | 2 | 
4 files changed, 4 insertions, 4 deletions
| diff --git a/Library/Formula/couchdb-lucene.rb b/Library/Formula/couchdb-lucene.rb index 33ed63b7d..fd188e91d 100644 --- a/Library/Formula/couchdb-lucene.rb +++ b/Library/Formula/couchdb-lucene.rb @@ -4,7 +4,7 @@ class CouchdbLucene < Formula    sha1 '75e0c55a87f47903c6cd122286ea3e4568809f7e'    depends_on 'couchdb' -  depends_on 'maven' +  depends_on 'maven' => :build    def install      ENV["JAVA_HOME"] = `/usr/libexec/java_home`.chomp diff --git a/Library/Formula/elasticsearch.rb b/Library/Formula/elasticsearch.rb index 5992db9c4..3855190e0 100644 --- a/Library/Formula/elasticsearch.rb +++ b/Library/Formula/elasticsearch.rb @@ -9,7 +9,7 @@ class Elasticsearch < Formula    head do      url "https://github.com/elasticsearch/elasticsearch.git" -    depends_on "maven" +    depends_on "maven" => :build    end    def cluster_name diff --git a/Library/Formula/git-tf.rb b/Library/Formula/git-tf.rb index 06ded8a88..412a81855 100644 --- a/Library/Formula/git-tf.rb +++ b/Library/Formula/git-tf.rb @@ -7,7 +7,7 @@ class GitTf < Formula    head do      url 'https://git01.codeplex.com/gittf', :using => :git -    depends_on 'maven' +    depends_on 'maven' => :build    end    def install 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" | 
