diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/vim.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/vim.rb b/Library/Formula/vim.rb index 63064bd7c..ee95e622d 100644 --- a/Library/Formula/vim.rb +++ b/Library/Formula/vim.rb @@ -27,9 +27,10 @@ class Vim < Formula end depends_on :python => :recommended + depends_on 'lua' => :optional def install - ENV['LUA_PREFIX'] = HOMEBREW_PREFIX + ENV['LUA_PREFIX'] = HOMEBREW_PREFIX if build.with?('lua') opts = [] opts += LANGUAGES_OPTIONAL.map do |language| |
