From 8f4b5259d680b5604206aa8a4ef28e09fe5bcfe7 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 21 Sep 2013 20:47:29 -0500 Subject: mtr: use spec deps --- Library/Formula/mtr.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Library/Formula/mtr.rb b/Library/Formula/mtr.rb index 40cf0e560..256373d11 100644 --- a/Library/Formula/mtr.rb +++ b/Library/Formula/mtr.rb @@ -6,11 +6,13 @@ class Mtr < Formula mirror 'ftp://ftp.bitwizard.nl/mtr/mtr-0.82.tar.gz' sha1 'f1319de27324d85898a9df0a293a438bbaaa12b5' - head 'https://github.com/traviscross/mtr.git' + head do + url 'https://github.com/traviscross/mtr.git' + depends_on :automake + end depends_on 'pkg-config' => :build depends_on 'gtk+' => :optional - depends_on :automake if build.head? def install # We need to add this because nameserver8_compat.h has been removed in Snow Leopard -- cgit v1.2.3