libcroco: fix dependency order
This commit is contained in:
parent
4053d49788
commit
5cc27b582e
1 changed files with 1 additions and 1 deletions
|
@ -13,8 +13,8 @@ class Libcroco < Formula
|
|||
sha256 "46e3c7e47448859863644d50ac6d940a19a1bfd7f5a99d4d753e4e3885654767" => :yosemite
|
||||
end
|
||||
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "intltool" => :build
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "glib"
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue