vim: fix component order

This commit is contained in:
commitay 2018-09-21 15:02:05 +10:00
parent 41c92df613
commit 0cb8693fff

View file

@ -13,8 +13,6 @@ class Vim < Formula
sha256 "028855a95ac5960362c4b667f777a2ac0174ddb6b156fa5ea027dd8902899ca4" => :el_capitan
end
deprecated_option "override-system-vi" => "with-override-system-vi"
option "with-override-system-vi", "Override system vi"
option "with-gettext", "Build vim with National Language Support (translated messages, keymaps)"
option "with-client-server", "Enable client/server mode"
@ -30,6 +28,8 @@ class Vim < Formula
option "without-#{language}", "Build vim without #{language} support"
end
deprecated_option "override-system-vi" => "with-override-system-vi"
depends_on "perl"
depends_on "ruby"
depends_on :x11 if build.with? "client-server"