From ede133e576f7a8b0dc1fbdc276063057bf032254 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 4 Dec 2014 17:38:01 -0500 Subject: midgard2: modernize autotools deps --- Library/Formula/midgard2.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/midgard2.rb b/Library/Formula/midgard2.rb index 443718ddf..32572f769 100644 --- a/Library/Formula/midgard2.rb +++ b/Library/Formula/midgard2.rb @@ -8,9 +8,9 @@ class Midgard2 < Formula head do url 'https://github.com/midgardproject/midgard-core.git', :branch => 'ratatoskr' - depends_on :autoconf - depends_on :automake - depends_on :libtool + depends_on "autoconf" => :build + depends_on "automake" => :build + depends_on "libtool" => :build end depends_on 'pkg-config' => :build -- cgit v1.2.3