pstoedit: fix dependency order
This commit is contained in:
parent
7ae18bc214
commit
54a388cb91
1 changed files with 1 additions and 1 deletions
|
@ -12,9 +12,9 @@ class Pstoedit < Formula
|
|||
end
|
||||
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "plotutils"
|
||||
depends_on "ghostscript"
|
||||
depends_on "imagemagick"
|
||||
depends_on "plotutils"
|
||||
depends_on "xz" if MacOS.version < :mavericks
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue