aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/vim.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2013-04-17 10:01:38 -0700
committerAdam Vandenberg2013-04-17 10:01:38 -0700
commitc9cd3008e236a15bb1f6c3f560056c1e7e6bd659 (patch)
treecb48ee6e3e5682f2d7d7e51b7c20565426e58487 /Library/Formula/vim.rb
parent53edc7535845fb1bc00656e6ff3c729fd686a784 (diff)
downloadhomebrew-c9cd3008e236a15bb1f6c3f560056c1e7e6bd659.tar.bz2
Add :hg build requirement.
Closes #19074.
Diffstat (limited to 'Library/Formula/vim.rb')
-rw-r--r--Library/Formula/vim.rb2
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)