vim: fix component order
This commit is contained in:
parent
41c92df613
commit
0cb8693fff
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue