dosbox: fix dependency order

This commit is contained in:
commitay 2018-09-17 19:13:39 +10:00
parent 2e17e122ba
commit 29e18b5cea

View file

@ -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"