From 0053351af7686c90641494c008a5f5d4cfd4e5b6 Mon Sep 17 00:00:00 2001 From: commitay Date: Tue, 18 Sep 2018 11:26:19 +1000 Subject: [PATCH] pdns: fix dependency order --- Formula/pdns.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/pdns.rb b/Formula/pdns.rb index bcfb986af9..1a942175eb 100644 --- a/Formula/pdns.rb +++ b/Formula/pdns.rb @@ -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