aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2014-12-30 23:16:32 -0500
committerJack Nagel2014-12-30 23:16:32 -0500
commit922210f982324d26364f295003c3b2672a40195d (patch)
treef37ee8163ec072335a320764e5ffd3ad42ec7417
parentc0944b528a19eb7f6bc9140ff314ba1b6b95300b (diff)
downloadhomebrew-922210f982324d26364f295003c3b2672a40195d.tar.bz2
emacs: style nit
-rw-r--r--Library/Formula/emacs.rb10
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