diff options
| author | Adam Vandenberg | 2013-04-17 10:01:38 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-04-17 10:01:38 -0700 |
| commit | c9cd3008e236a15bb1f6c3f560056c1e7e6bd659 (patch) | |
| tree | cb48ee6e3e5682f2d7d7e51b7c20565426e58487 /Library/Formula/vim.rb | |
| parent | 53edc7535845fb1bc00656e6ff3c729fd686a784 (diff) | |
| download | homebrew-c9cd3008e236a15bb1f6c3f560056c1e7e6bd659.tar.bz2 | |
Add :hg build requirement.
Closes #19074.
Diffstat (limited to 'Library/Formula/vim.rb')
| -rw-r--r-- | Library/Formula/vim.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/vim.rb b/Library/Formula/vim.rb index 6f0d64fcd..3d1b8434e 100644 --- a/Library/Formula/vim.rb +++ b/Library/Formula/vim.rb @@ -11,6 +11,8 @@ class Vim < Formula env :std # To find interpreters + depends_on :hg => :build + LANGUAGES = %w(lua mzscheme perl python python3 tcl ruby) DEFAULT_LANGUAGES = %w(ruby python) |
