dosbox: fix dependency order
This commit is contained in:
parent
2e17e122ba
commit
29e18b5cea
1 changed files with 2 additions and 2 deletions
|
@ -20,11 +20,11 @@ class Dosbox < Formula
|
|||
|
||||
option "with-debugger", "Enable internal debugger"
|
||||
|
||||
depends_on "libpng"
|
||||
depends_on "ncurses" if build.with?("debugger")
|
||||
depends_on "sdl"
|
||||
depends_on "sdl_net"
|
||||
depends_on "sdl_sound"
|
||||
depends_on "libpng"
|
||||
depends_on "ncurses" if build.with?("debugger")
|
||||
|
||||
conflicts_with "dosbox-x", :because => "both install `dosbox` binaries"
|
||||
|
||||
|
|
Loading…
Reference in a new issue