diff options
| author | Adam Vandenberg | 2013-01-20 20:13:50 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-20 20:14:09 -0800 |
| commit | b7ed657704c9f04bac4ab25ea4ee5167010033b2 (patch) | |
| tree | 1e83f175fb574ded484624087eb4dc7e79aea9e1 /Library/Formula | |
| parent | 444cc448731f3705456ec3c39fb2a377174535e3 (diff) | |
| download | homebrew-b7ed657704c9f04bac4ab25ea4ee5167010033b2.tar.bz2 | |
mutt: remove unused flag
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/mutt.rb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Formula/mutt.rb b/Library/Formula/mutt.rb index a0928a29a..2202a686d 100644 --- a/Library/Formula/mutt.rb +++ b/Library/Formula/mutt.rb @@ -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", |
