libsvg: fix dependency order
This commit is contained in:
parent
200b6b744f
commit
09385af4ec
1 changed files with 1 additions and 1 deletions
|
@ -17,9 +17,9 @@ class Libsvg < Formula
|
|||
sha256 "32f69e5b156747638e952ec45a3b12a7eead5e479a9881e9db30582ca06f880e" => :mountain_lion
|
||||
end
|
||||
|
||||
depends_on "libpng"
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "jpeg"
|
||||
depends_on "libpng"
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
|
|
Loading…
Reference in a new issue