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, 7 insertions, 0 deletions
diff --git a/Library/Formula/emacs.rb b/Library/Formula/emacs.rb
index 852b2babd..5752dbb13 100644
--- a/Library/Formula/emacs.rb
+++ b/Library/Formula/emacs.rb
@@ -30,6 +30,13 @@ class Emacs < Formula
deprecated_option "with-x" => "with-x11"
+ devel do
+ url "http://git.sv.gnu.org/r/emacs.git", :branch => "emacs-24"
+ version "24.4-dev"
+ depends_on "autoconf" => :build
+ depends_on "automake" => :build
+ end
+
head do
url "http://git.sv.gnu.org/r/emacs.git"
depends_on "autoconf" => :build