ganglia: fix dependency order

This commit is contained in:
commitay 2018-09-17 21:03:02 +10:00
parent e3b225843f
commit dfbc2fd9c4

View file

@ -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