aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-12-04 17:38:01 -0500
committerJack Nagel2014-12-04 19:54:17 -0500
commitede133e576f7a8b0dc1fbdc276063057bf032254 (patch)
treeb93e40c4cd41d931027639c11a3e27fa4529998e /Library
parent8f5b314c549abc42d72829a26d761bd918918a58 (diff)
downloadhomebrew-ede133e576f7a8b0dc1fbdc276063057bf032254.tar.bz2
midgard2: modernize autotools deps
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/midgard2.rb6
1 files changed, 3 insertions, 3 deletions
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