ganglia: fix dependency order
This commit is contained in:
parent
e3b225843f
commit
dfbc2fd9c4
1 changed files with 1 additions and 1 deletions
|
@ -15,8 +15,8 @@ class Ganglia < Formula
|
|||
head do
|
||||
url "https://github.com/ganglia/monitor-core.git"
|
||||
|
||||
depends_on "automake" => :build
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
depends_on "libtool" => :build
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue