pazpar2: fix dependency order

This commit is contained in:
commitay 2018-09-18 11:26:17 +10:00
parent 696bae71c4
commit 6198a35f43

View file

@ -14,14 +14,14 @@ class Pazpar2 < Formula
head do
url "https://github.com/indexdata/pazpar2.git"
depends_on "automake" => :build
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "libtool" => :build
end
depends_on "pkg-config" => :build
depends_on "icu4c" => :recommended
depends_on "yaz"
depends_on "icu4c" => :recommended
def install
system "./buildconf.sh" if build.head?