diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/mtr.rb | 4 |
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 |
