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
commit89e5a1431a579be65b77fffd7002ac4d23b5c030 (patch)
tree42d58f71f3ee1b872456ed9428c25345505c52a5 /Library
parent3b809d1ab02916668a61981b88ede00f7f1d1246 (diff)
downloadhomebrew-89e5a1431a579be65b77fffd7002ac4d23b5c030.tar.bz2
mtr: modernize autotools deps
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mtr.rb4
1 files changed, 2 insertions, 2 deletions
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