diff options
| author | Jack Nagel | 2014-10-21 00:43:02 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-10-21 00:43:02 -0500 |
| commit | f60d2d5be3cdd13ac562c0ec1b54e16db3ffa8a1 (patch) | |
| tree | 7a0c5ab7c63a06247dd1cdb54de08ce134fd3987 /Library/Formula | |
| parent | e465cb17e02111bb247d9f7c2eb2b8a26b16de3a (diff) | |
| download | homebrew-f60d2d5be3cdd13ac562c0ec1b54e16db3ffa8a1.tar.bz2 | |
emacs: remove autotools deps from cocoa build
These aren't needed, possibly since 16da1c70bf11ddcb281f2f8b99db5914d45a8245.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/emacs.rb | 7 |
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 |
