unpaper: fix dependency order

This commit is contained in:
commitay 2018-09-18 13:31:13 +10:00
parent 9b2a3ac33f
commit a22c181d16

View file

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