diff options
| author | Jack Nagel | 2014-05-30 15:41:18 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-05-30 17:23:07 -0500 |
| commit | 68c4c7de40b375225e76bb0cbf4278377dd0c5a4 (patch) | |
| tree | d914a876e8fbc5f9b1ed075fc467088b2aeddc1a /Library/Formula/macvim.rb | |
| parent | 5fc7b8264ed251dd34bf8c8507d172ea13d99c88 (diff) | |
| download | homebrew-68c4c7de40b375225e76bb0cbf4278377dd0c5a4.tar.bz2 | |
Explicitly mark Xcode deps as build-time deps
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 0960b7967..76803266a 100644 --- a/Library/Formula/macvim.rb +++ b/Library/Formula/macvim.rb @@ -12,7 +12,7 @@ class Macvim < Formula option "custom-icons", "Try to generate custom document icons" option "override-system-vim", "Override system vim" - depends_on :xcode + depends_on :xcode => :build depends_on 'cscope' => :recommended depends_on 'lua' => :optional depends_on 'luajit' => :optional |
