diff options
| author | Mike McQuaid | 2014-07-21 05:59:16 -0700 | 
|---|---|---|
| committer | Mike McQuaid | 2014-07-21 19:14:15 +0100 | 
| commit | 33ec8ae937fa170be39891c18df51614b9875f4b (patch) | |
| tree | 8ecea037b3005d4468a3a6ebe45a3ccbf7d777ce | |
| parent | 79662e0d34da1812493fe7b35cbb8b92c7affd83 (diff) | |
| download | homebrew-33ec8ae937fa170be39891c18df51614b9875f4b.tar.bz2 | |
tomcat-native: use JavaDependency.
| -rw-r--r-- | Library/Formula/tomcat-native.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/Library/Formula/tomcat-native.rb b/Library/Formula/tomcat-native.rb index cc349b23f..5d81f97e1 100644 --- a/Library/Formula/tomcat-native.rb +++ b/Library/Formula/tomcat-native.rb @@ -7,6 +7,7 @@ class TomcatNative < Formula    depends_on "libtool" => :build    depends_on "tomcat" => :recommended +  depends_on :java => "1.7"    depends_on "openssl"    def install | 
