From 89e5a1431a579be65b77fffd7002ac4d23b5c030 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 4 Dec 2014 17:38:01 -0500 Subject: mtr: modernize autotools deps --- Library/Formula/mtr.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library') diff --git a/Library/Formula/mtr.rb b/Library/Formula/mtr.rb index 725286599..18c0f248b 100644 --- a/Library/Formula/mtr.rb +++ b/Library/Formula/mtr.rb @@ -15,8 +15,8 @@ class Mtr < Formula head do url 'https://github.com/traviscross/mtr.git' - depends_on :autoconf - depends_on :automake + depends_on "autoconf" => :build + depends_on "automake" => :build end depends_on 'pkg-config' => :build -- cgit v1.2.3