diff options
| -rw-r--r-- | Library/Formula/mutt.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/mutt.rb b/Library/Formula/mutt.rb index 0986be0ef..3d73c2432 100644 --- a/Library/Formula/mutt.rb +++ b/Library/Formula/mutt.rb @@ -1,9 +1,9 @@ require 'formula' class Mutt <Formula - @url='ftp://ftp.mutt.org/mutt/devel/mutt-1.5.20.tar.gz' - @homepage='http://www.mutt.org/' - @md5='027cdd9959203de0c3c64149a7ee351c' + url 'ftp://ftp.mutt.org/mutt/devel/mutt-1.5.20.tar.gz' + homepage 'http://www.mutt.org/' + md5 '027cdd9959203de0c3c64149a7ee351c' depends_on 'tokyo-cabinet' @@ -39,6 +39,7 @@ class Mutt <Formula "--enable-smtp", "--enable-pop", "--enable-hcache", + "--with-tokyocabinet", # This is just a trick to keep 'make install' from trying to chgrp # the mutt_dotlock file (which we can't do if we're running as an |
