unpaper: fix dependency order
This commit is contained in:
parent
9b2a3ac33f
commit
a22c181d16
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue