From 2380e6fea248b2213713f7289c6d40da201a32b2 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 21 Sep 2013 20:47:30 -0500 Subject: mu: use spec deps --- Library/Formula/mu.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/mu.rb b/Library/Formula/mu.rb index c06db86d3..c82dee3d5 100644 --- a/Library/Formula/mu.rb +++ b/Library/Formula/mu.rb @@ -16,7 +16,12 @@ class Mu < Formula url 'http://mu0.googlecode.com/files/mu-0.9.9.5.tar.gz' sha1 '825e3096e0763a12b8fdf77bd41625ee15ed09eb' - head 'https://github.com/djcb/mu.git' + head do + url 'https://github.com/djcb/mu.git' + + depends_on 'automake' => :build + depends_on 'libtool' => :build + end option 'with-emacs', 'Build with emacs support' @@ -27,11 +32,6 @@ class Mu < Formula depends_on 'xapian' depends_on Emacs23Installed if build.with? 'emacs' - if build.head? - depends_on 'automake' => :build - depends_on 'libtool' => :build - end - env :std if build.with? 'emacs' def install -- cgit v1.2.3