diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/curl.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/curl.rb b/Library/Formula/curl.rb index 0019f6776..4a0d3795e 100644 --- a/Library/Formula/curl.rb +++ b/Library/Formula/curl.rb @@ -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' |
