httperf: fix dependency order
This commit is contained in:
parent
55b984fd73
commit
4783cdbaf9
1 changed files with 1 additions and 1 deletions
|
@ -20,8 +20,8 @@ class Httperf < Formula
|
|||
head do
|
||||
url "https://github.com/httperf/httperf.git"
|
||||
|
||||
depends_on "automake" => :build
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
depends_on "libtool" => :build
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue