diff options
| author | Jack Nagel | 2013-09-21 20:47:31 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-09-21 21:04:47 -0500 |
| commit | 9aae556c6c984be319a258ec4d28ec4df6378eb9 (patch) | |
| tree | f6e24e0bba998521a59225094f54a652e19d9c4b /Library/Formula | |
| parent | 2380e6fea248b2213713f7289c6d40da201a32b2 (diff) | |
| download | homebrew-9aae556c6c984be319a258ec4d28ec4df6378eb9.tar.bz2 | |
mutt: use spec deps
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/mutt.rb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Library/Formula/mutt.rb b/Library/Formula/mutt.rb index cf7332a24..d4999f997 100644 --- a/Library/Formula/mutt.rb +++ b/Library/Formula/mutt.rb @@ -11,6 +11,9 @@ class Mutt < Formula resource 'html' do url 'http://dev.mutt.org/doc/manual.html', :using => :nounzip end + + depends_on :autoconf + depends_on :automake end option "with-debug", "Build with debug option enabled" @@ -21,11 +24,6 @@ class Mutt < Formula option "with-pgp-verbose-mime-patch", "Apply PGP verbose mime patch" option "with-confirm-attachment-patch", "Apply confirm attachment patch" - if build.head? - depends_on :autoconf - depends_on :automake - end - depends_on 'tokyo-cabinet' depends_on 's-lang' => :optional |
