diff options
| author | Jack Nagel | 2014-01-21 14:32:46 -0600 |
|---|---|---|
| committer | Jack Nagel | 2014-01-21 14:32:46 -0600 |
| commit | 919ebd636a401573e6d79aaa14f467231a8ae90a (patch) | |
| tree | 7cc039b87373c7f2a37f96ca9ebd2157f224ca1f /Library/Formula | |
| parent | b282783341a010bc5eb227c0f7d01a5a95441899 (diff) | |
| download | homebrew-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.rb | 2 |
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 |
