diff options
Diffstat (limited to 'Library/Formula/macvim.rb')
| -rw-r--r-- | Library/Formula/macvim.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/macvim.rb b/Library/Formula/macvim.rb index 4975c70c2..622cdac6b 100644 --- a/Library/Formula/macvim.rb +++ b/Library/Formula/macvim.rb @@ -18,13 +18,12 @@ class Macvim < Formula option "custom-icons", "Try to generate custom document icons" option "override-system-vim", "Override system vim" + depends_on :xcode depends_on 'cscope' => :recommended depends_on 'lua' => :optional depends_on :python => :recommended # Help us! :python3 in MacVim makes the window disappear, so only 2.x bindings! - depends_on :xcode # For xcodebuild. - def install # Set ARCHFLAGS so the Python app (with C extension) that is # used to create the custom icons will not try to compile in |
