aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-01-21 14:32:46 -0600
committerJack Nagel2014-01-21 14:32:46 -0600
commit919ebd636a401573e6d79aaa14f467231a8ae90a (patch)
tree7cc039b87373c7f2a37f96ca9ebd2157f224ca1f /Library/Formula
parentb282783341a010bc5eb227c0f7d01a5a95441899 (diff)
downloadhomebrew-919ebd636a401573e6d79aaa14f467231a8ae90a.tar.bz2
git: fix curl dependency
The "with-darwinssl" option no longer exists as it is the default. Fixes #26064.
Diffstat (limited to 'Library/Formula')
-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 4f7fb40a8..3276a8f77 100644
--- a/Library/Formula/git.rb
+++ b/Library/Formula/git.rb
@@ -21,7 +21,7 @@ class Git < Formula
depends_on 'pcre' => :optional
depends_on 'gettext' => :optional
depends_on 'openssl' if build.with? 'brewed-openssl'
- depends_on 'curl' => 'with-darwinssl' if build.with? 'brewed-curl'
+ depends_on 'curl' if build.with? 'brewed-curl'
depends_on 'go' => :build if build.with? 'persistent-https'
resource 'man' do