libdap: fix dependency order

This commit is contained in:
commitay 2018-09-18 07:45:15 +10:00
parent 5cc27b582e
commit a506203d8b

View file

@ -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