aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/emacs.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/Library/Formula/emacs.rb b/Library/Formula/emacs.rb
index 47060bac8..c6e472f30 100644
--- a/Library/Formula/emacs.rb
+++ b/Library/Formula/emacs.rb
@@ -28,13 +28,6 @@ class Emacs < Formula
depends_on "automake" => :build
end
- stable do
- if build.include? "cocoa"
- depends_on "autoconf" => :build
- depends_on "automake" => :build
- end
- end
-
depends_on "pkg-config" => :build
depends_on :x11 if build.with? "x"
depends_on "d-bus" => :optional