iperf3: fix dependency order

This commit is contained in:
commitay 2018-09-17 22:48:00 +10:00
parent a47b6357db
commit 934bbc23e9

View file

@ -15,9 +15,9 @@ class Iperf3 < Formula
head do
url "https://github.com/esnet/iperf.git"
depends_on "libtool" => :build
depends_on "automake" => :build
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "libtool" => :build
end
depends_on "openssl"