parent
e27f2c7fc4
commit
3fc29f0d04
1 changed files with 2 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue