From 45767e0534d30d543d2b9701f0b3ac44a2174199 Mon Sep 17 00:00:00 2001 From: Peter Aronoff Date: Fri, 20 Sep 2013 12:41:38 -0400 Subject: git: fix brewed-curl option SSL failures. Closes #22704. Closes #22713. Signed-off-by: Mike McQuaid --- Library/Formula/git.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') 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' -- cgit v1.2.3 '>gh-pages :beer: The missing package manager for OS X.
aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mathomatic.rb
blob: c7f6a35a3e09762d1b2cc9f446983811082c763d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17