httperf: fix dependency order

This commit is contained in:
commitay 2018-09-17 21:33:28 +10:00
parent 55b984fd73
commit 4783cdbaf9

View file

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