wine: fix dependency order
This commit is contained in:
parent
68b2075586
commit
824208c8bb
1 changed files with 2 additions and 2 deletions
|
@ -54,10 +54,10 @@ class Wine < Formula
|
|||
end
|
||||
end
|
||||
|
||||
depends_on :macos => :el_capitan
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "cmake" => :build
|
||||
depends_on "makedepend" => :build
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on :macos => :el_capitan
|
||||
|
||||
resource "gecko-x86" do
|
||||
url "https://dl.winehq.org/wine/wine-gecko/2.47/wine_gecko-2.47-x86.msi"
|
||||
|
|
Loading…
Reference in a new issue