aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorPeter Aronoff2013-09-20 12:41:38 -0400
committerMike McQuaid2013-09-20 17:57:39 +0100
commit45767e0534d30d543d2b9701f0b3ac44a2174199 (patch)
tree6ae265991cb36e3b2652ad9d1f3d48abc52cbff0 /Library
parentdc7109eccb9753db6fefb40f3bd4b46c91647215 (diff)
downloadhomebrew-45767e0534d30d543d2b9701f0b3ac44a2174199.tar.bz2
git: fix brewed-curl option SSL failures.
Closes #22704. Closes #22713. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/git.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb
index 665428a59..351f62548 100644
--- a/Library/Formula/git.rb
+++ b/Library/Formula/git.rb
@@ -22,7 +22,7 @@ class Git < Formula
depends_on 'pcre' => :optional
depends_on 'gettext' => :optional
depends_on 'openssl' if build.with? 'brewed-openssl'
- depends_on 'curl' if build.with? 'brewed-curl'
+ depends_on 'curl' => 'with-darwinssl' if build.with? 'brewed-curl'
resource 'man' do
url 'http://git-core.googlecode.com/files/git-manpages-1.8.4.tar.gz'