msmtp: optional curl-ca-bundle dependency

Closes Homebrew/homebrew#22943.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Sam Kleinman 2013-09-30 13:23:42 -04:00 committed by Adam Vandenberg
parent 156fe5b2ad
commit c0d2fbfd37
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ class Msmtp < Formula
sha1 'c0edce1e1951968853f15209c8509699ff9e9ab5'
depends_on 'pkg-config' => :build
depends_on 'curl-ca-bundle' => :optional
# msmtp enables OS X Keychain support by default, so no need to ask for it.