uriparser: fix dependency order

This commit is contained in:
commitay 2018-09-18 13:31:13 +10:00
parent f7e1a3b115
commit 337b51f386

View file

@ -15,8 +15,8 @@ class Uriparser < Formula
head do
url "https://github.com/uriparser/uriparser.git"
depends_on "automake" => :build
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "libtool" => :build
end