pazpar2: fix dependency order
This commit is contained in:
parent
696bae71c4
commit
6198a35f43
1 changed files with 2 additions and 2 deletions
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue