pdns: fix dependency order

This commit is contained in:
commitay 2018-09-18 11:26:19 +10:00
parent d16a3aaedc
commit 0053351af7

View file

@ -14,8 +14,8 @@ class Pdns < Formula
head do
url "https://github.com/powerdns/pdns.git"
depends_on "automake" => :build
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "libtool" => :build
depends_on "ragel"
end