msmtp: optional curl-ca-bundle dependency
Closes Homebrew/homebrew#22943. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
156fe5b2ad
commit
c0d2fbfd37
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue