Skip to content

Commit

Permalink
git: fix curl dependency
Browse files Browse the repository at this point in the history
The "with-darwinssl" option no longer exists as it is the default.

Fixes Homebrew/legacy-homebrew#26064.
  • Loading branch information
jacknagel committed Jan 21, 2014
1 parent 5afb34b commit a313d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/git.rb
Expand Up @@ -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
Expand Down

0 comments on commit a313d9b

Please sign in to comment.