From dcee738e48c143819f5be79d6a25521b3983571e Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 21 Sep 2013 20:47:26 -0500 Subject: mcabber: use spec deps --- Library/Formula/mcabber.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Library/Formula/mcabber.rb b/Library/Formula/mcabber.rb index cdcaa02ff..bb6609e24 100644 --- a/Library/Formula/mcabber.rb +++ b/Library/Formula/mcabber.rb @@ -5,7 +5,12 @@ class Mcabber < Formula url 'http://mcabber.com/files/mcabber-0.10.2.tar.bz2' sha1 '7bff70dcf09e8a8a4cc7219e03b48bad382a6bda' - head 'http://mcabber.com/hg/', :using => :hg + head do + url 'http://mcabber.com/hg/', :using => :hg + + depends_on :automake + depends_on :libtool + end option 'enable-enchant', 'Enable spell checking support via enchant' option 'enable-aspell', 'Enable spell checking support via aspell' @@ -20,11 +25,6 @@ class Mcabber < Formula depends_on 'aspell' if build.include? 'enable-aspell' depends_on 'enchant' if build.include? 'enable-enchant' - if build.head? - depends_on :automake - depends_on :libtool - end - def install if build.head? ENV['LIBTOOLIZE'] = 'glibtoolize' -- cgit v1.2.3