diff options
| author | asaph | 2015-01-08 14:55:40 -0800 |
|---|---|---|
| committer | Mike McQuaid | 2015-01-09 08:21:06 +0000 |
| commit | 11a7c6e3f750841635b6dacacd6761211be86f08 (patch) | |
| tree | a1f3d3a47eff852b87f65bbf7381f56fc6b81a17 | |
| parent | c7a16192982525e5accbd3dfa3016841deb1ac58 (diff) | |
| download | homebrew-11a7c6e3f750841635b6dacacd6761211be86f08.tar.bz2 | |
tomcat-native: apr formula moved out of the apache tap
Closes #35679.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/tomcat-native.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/tomcat-native.rb b/Library/Formula/tomcat-native.rb index 7e7243ba3..26e277a9b 100644 --- a/Library/Formula/tomcat-native.rb +++ b/Library/Formula/tomcat-native.rb @@ -18,12 +18,12 @@ class TomcatNative < Formula depends_on "tomcat" => :recommended depends_on :java => "1.7" depends_on "openssl" - depends_on "homebrew/apache/apr" => :optional + depends_on "apr" => :optional def install cd "jni/native" do if build.with? 'apr' - apr_path = "#{Formula['homebrew/apache/apr'].prefix}" + apr_path = "#{Formula['apr'].prefix}" else apr_path = "#{MacOS.sdk_path}/usr" end |
