diff options
Diffstat (limited to 'Library/Formula/macvim.rb')
| -rw-r--r-- | Library/Formula/macvim.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/macvim.rb b/Library/Formula/macvim.rb index 21bf41a3a..2ab7ee02a 100644 --- a/Library/Formula/macvim.rb +++ b/Library/Formula/macvim.rb @@ -12,7 +12,7 @@ class Macvim < Formula option "override-system-vim", "Override system vim" option "with-python3", "Build with Python 3 scripting support" - depends_on 'cscope' => :optional + depends_on 'cscope' => :recommended depends_on 'lua' => :optional depends_on :xcode # For xcodebuild. |
