mutt: remove unused flag
This commit is contained in:
parent
22ac33d020
commit
3d876a2f5f
1 changed files with 3 additions and 4 deletions
|
@ -5,9 +5,6 @@ class Mutt < Formula
|
|||
url 'ftp://ftp.mutt.org/mutt/devel/mutt-1.5.21.tar.gz'
|
||||
sha1 'a8475f2618ce5d5d33bff85c0affdf21ab1d76b9'
|
||||
|
||||
depends_on 'tokyo-cabinet'
|
||||
depends_on 'slang' if build.include? 'with-slang'
|
||||
|
||||
option "with-debug", "Build with debug option enabled"
|
||||
option "with-sidebar-patch", "Apply sidebar (folder list) patch"
|
||||
option "with-trash-patch", "Apply trash folder patch"
|
||||
|
@ -15,6 +12,9 @@ class Mutt < Formula
|
|||
option "with-ignore-thread-patch", "Apply ignore-thread patch"
|
||||
option "with-pgp-verbose-mime-patch", "Apply PGP verbose mime patch"
|
||||
|
||||
depends_on 'tokyo-cabinet'
|
||||
depends_on 'slang' if build.include? 'with-slang'
|
||||
|
||||
def patches
|
||||
urls = [
|
||||
['with-sidebar-patch', 'http://lunar-linux.org/~tchan/mutt/patch-1.5.21.sidebar.20120829.txt'],
|
||||
|
@ -44,7 +44,6 @@ class Mutt < Formula
|
|||
"--prefix=#{prefix}",
|
||||
"--with-ssl",
|
||||
"--with-sasl",
|
||||
"--with-gnutls",
|
||||
"--with-gss",
|
||||
"--enable-imap",
|
||||
"--enable-smtp",
|
||||
|
|
Loading…
Reference in a new issue