From 4cc1cec0a2f352fb510282c535272fca35f3aadf Mon Sep 17 00:00:00 2001 From: GodFather Date: Wed, 8 May 2013 15:17:54 -0700 Subject: mavcim: cscope is now recommended The default osx version of vim comes with cscope on Closes #19687. Signed-off-by: Adam Vandenberg --- Library/Formula/macvim.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula/macvim.rb') 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. -- cgit v1.2.3