mtr: use spec deps
This commit is contained in:
parent
d431093367
commit
5e8b0d0ba3
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue