diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/mu.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mu.rb b/Library/Formula/mu.rb index 9e2008e35..4e066fd8b 100644 --- a/Library/Formula/mu.rb +++ b/Library/Formula/mu.rb @@ -34,7 +34,7 @@ class Mu < Formula depends_on 'glib' depends_on 'gmime' depends_on 'xapian' - depends_on Emacs23Installed.new if build.include? 'with-emacs' + depends_on Emacs23Installed if build.include? 'with-emacs' if build.head? depends_on 'automake' => :build |
