aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mu.rb2
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