aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mtr.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/mtr.rb')
-rw-r--r--Library/Formula/mtr.rb6
1 files 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