From a22c181d16e260c19cf2e7168add455b4b8f166e Mon Sep 17 00:00:00 2001 From: commitay Date: Tue, 18 Sep 2018 13:31:13 +1000 Subject: [PATCH] unpaper: fix dependency order --- Formula/unpaper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/unpaper.rb b/Formula/unpaper.rb index d2b000fd79..555579c592 100644 --- a/Formula/unpaper.rb +++ b/Formula/unpaper.rb @@ -15,8 +15,8 @@ class Unpaper < Formula head do url "https://github.com/Flameeyes/unpaper.git" - depends_on "automake" => :build depends_on "autoconf" => :build + depends_on "automake" => :build end depends_on "pkg-config" => :build