From c0944b528a19eb7f6bc9140ff314ba1b6b95300b Mon Sep 17 00:00:00 2001 From: Anthony Cowley Date: Fri, 26 Dec 2014 19:47:06 -0500 Subject: emacs: devel spec targeting the emacs-24 branch Closes #35278. Signed-off-by: Jack Nagel --- Library/Formula/emacs.rb | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Library/Formula') 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 -- cgit v1.2.3