mutt: use Homebrew openssl

Closes Homebrew/homebrew#27645.
This commit is contained in:
Misty De Meo 2014-03-17 11:35:41 -07:00
parent e27f2c7fc4
commit 3fc29f0d04

View file

@ -32,6 +32,7 @@ class Mutt < Formula
option "with-pgp-verbose-mime-patch", "Apply PGP verbose mime patch"
option "with-confirm-attachment-patch", "Apply confirm attachment patch"
depends_on 'openssl'
depends_on 'tokyo-cabinet'
depends_on 's-lang' => :optional
depends_on 'gpgme' => :optional
@ -59,7 +60,7 @@ class Mutt < Formula
args = ["--disable-dependency-tracking",
"--disable-warnings",
"--prefix=#{prefix}",
"--with-ssl",
"--with-ssl=#{Formula['openssl'].opt_prefix}",
"--with-sasl",
"--with-gss",
"--enable-imap",