gtksourceview3: fix dependency order
This commit is contained in:
parent
f54f55aa7f
commit
4a11f0d582
1 changed files with 2 additions and 2 deletions
|
@ -11,10 +11,10 @@ class Gtksourceview3 < Formula
|
|||
sha256 "4d51151381859b173b349c6445ce6a67e40a8d06eb735003697c5134fcbb083b" => :el_capitan
|
||||
end
|
||||
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "vala" => :build
|
||||
depends_on "gobject-introspection" => :build
|
||||
depends_on "intltool" => :build
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "vala" => :build
|
||||
depends_on "gettext"
|
||||
depends_on "gtk+3"
|
||||
|
||||
|
|
Loading…
Reference in a new issue