From 4853f8137b24eb27dcb3db3c29946a32be5aaded Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 13 Apr 2013 02:32:16 -0500 Subject: curl: fix typo --- Library/Formula/curl.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') 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' -- cgit v1.2.3