curl: fix typo
This commit is contained in:
parent
e25f6398e2
commit
052829f603
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ class Curl < Formula
|
|||
option 'with-libmetalink', 'Build with Metalink support'
|
||||
option 'with-ares', 'Build with C-Ares async DNS support'
|
||||
option 'with-ssl', 'Build with Homebrew OpenSSL instead of the system version'
|
||||
option 'with-darwinssl' 'Build with Secure Transport for SSL support'
|
||||
option 'with-darwinssl', 'Build with Secure Transport for SSL support'
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'libssh2' if build.with? 'ssh'
|
||||
|
|
Loading…
Reference in a new issue