diff options
| author | Jack Nagel | 2014-12-30 23:16:32 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-12-30 23:16:32 -0500 |
| commit | 922210f982324d26364f295003c3b2672a40195d (patch) | |
| tree | f37ee8163ec072335a320764e5ffd3ad42ec7417 | |
| parent | c0944b528a19eb7f6bc9140ff314ba1b6b95300b (diff) | |
| download | homebrew-922210f982324d26364f295003c3b2672a40195d.tar.bz2 | |
emacs: style nit
| -rw-r--r-- | Library/Formula/emacs.rb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/emacs.rb b/Library/Formula/emacs.rb index 5752dbb13..6434c1774 100644 --- a/Library/Formula/emacs.rb +++ b/Library/Formula/emacs.rb @@ -25,11 +25,6 @@ class Emacs < Formula sha1 "e3c6ab764c4b39b983e57d94c9f43acb7dad31f7" => :mountain_lion end - option "cocoa", "Build a Cocoa version of emacs" - option "keep-ctags", "Don't remove the ctags executable that emacs provides" - - deprecated_option "with-x" => "with-x11" - devel do url "http://git.sv.gnu.org/r/emacs.git", :branch => "emacs-24" version "24.4-dev" @@ -43,6 +38,11 @@ class Emacs < Formula depends_on "automake" => :build end + option "cocoa", "Build a Cocoa version of emacs" + option "keep-ctags", "Don't remove the ctags executable that emacs provides" + + deprecated_option "with-x" => "with-x11" + depends_on "pkg-config" => :build depends_on :x11 => :optional depends_on "d-bus" => :optional |
