diff options
| author | Jack Nagel | 2013-09-21 20:47:29 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-09-21 21:04:42 -0500 |
| commit | 8f4b5259d680b5604206aa8a4ef28e09fe5bcfe7 (patch) | |
| tree | 20e9ad00a2e75315e4ad170d2e2abdb96f51e839 | |
| parent | a5856c39a5b7e6e5c14420277f93d255a6f16a20 (diff) | |
| download | homebrew-8f4b5259d680b5604206aa8a4ef28e09fe5bcfe7.tar.bz2 | |
mtr: use spec deps
| -rw-r--r-- | Library/Formula/mtr.rb | 6 |
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 |
