diff options
| author | GodFather | 2013-05-08 15:17:54 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-05-09 19:41:17 -0700 |
| commit | 4cc1cec0a2f352fb510282c535272fca35f3aadf (patch) | |
| tree | 5e0ca7a7013799a9d37f055ae1ea8e8595420ffb /Library/Formula/macvim.rb | |
| parent | 1da13608659659f255f90744b70cc8c73690222d (diff) | |
| download | homebrew-4cc1cec0a2f352fb510282c535272fca35f3aadf.tar.bz2 | |
mavcim: cscope is now recommended
The default osx version of vim comes with cscope on
Closes #19687.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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. |
