libdap: fix dependency order
This commit is contained in:
parent
5cc27b582e
commit
a506203d8b
1 changed files with 1 additions and 1 deletions
|
@ -14,8 +14,8 @@ class Libdap < Formula
|
||||||
head do
|
head do
|
||||||
url "https://github.com/OPENDAP/libdap4.git"
|
url "https://github.com/OPENDAP/libdap4.git"
|
||||||
|
|
||||||
depends_on "automake" => :build
|
|
||||||
depends_on "autoconf" => :build
|
depends_on "autoconf" => :build
|
||||||
|
depends_on "automake" => :build
|
||||||
depends_on "libtool" => :build
|
depends_on "libtool" => :build
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue