iperf3: fix dependency order
This commit is contained in:
parent
a47b6357db
commit
934bbc23e9
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue