curl: fix typo

This commit is contained in:
Jack Nagel 2013-04-13 02:32:16 -05:00
parent e25f6398e2
commit 052829f603

View file

@ -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'