diff options
| author | Adam Vandenberg | 2013-07-12 09:02:28 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-07-12 09:02:28 -0700 |
| commit | 33aa8103ad34fd0d4d316828b4a98b4ab1f7f2eb (patch) | |
| tree | 3f97669b0b9e181efc64aeff117fe568909c844f /Library/Formula/macvim.rb | |
| parent | f013570e64f219ba7a4d827b7465e64ea11e8e1b (diff) | |
| download | homebrew-33aa8103ad34fd0d4d316828b4a98b4ab1f7f2eb.tar.bz2 | |
remove silly xcodebuild comments
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 |
