patchutils: fix dependency order

This commit is contained in:
commitay 2018-09-18 11:26:17 +10:00
parent 9bd948fd8a
commit 696bae71c4

View file

@ -18,8 +18,8 @@ class Patchutils < Formula
head do
url "https://github.com/twaugh/patchutils.git"
depends_on "automake" => :build
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "docbook" => :build
end