mutt: remove options. (#36233)
See https://github.com/Homebrew/homebrew-core/issues/31510.
This commit is contained in:
parent
e363a48197
commit
6f02ac7e27
1 changed files with 2 additions and 3 deletions
|
@ -29,9 +29,9 @@ class Mutt < Formula
|
|||
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
depends_on "gpgme"
|
||||
depends_on "openssl"
|
||||
depends_on "tokyo-cabinet"
|
||||
depends_on "gpgme" => :optional
|
||||
|
||||
conflicts_with "tin",
|
||||
:because => "both install mmdf.5 and mbox.5 man pages"
|
||||
|
@ -54,10 +54,9 @@ class Mutt < Formula
|
|||
--with-sasl
|
||||
--with-ssl=#{Formula["openssl"].opt_prefix}
|
||||
--with-tokyocabinet
|
||||
--enable-gpgme
|
||||
]
|
||||
|
||||
args << "--enable-gpgme" if build.with? "gpgme"
|
||||
|
||||
system "./prepare", *args
|
||||
system "make"
|
||||
|
||||
|
|
Loading…
Reference in a new issue