diff options
| author | Jack Nagel | 2013-09-17 23:41:52 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2013-09-17 23:42:01 -0500 | 
| commit | 171b34ce3ec7f558d5aca046ac3512f1347827f1 (patch) | |
| tree | ae71f79b137eeba6b8319bcd8d20609e33440a78 /Library | |
| parent | d7814b415468e9cf5b85c39be5bbff13e2914f26 (diff) | |
| download | homebrew-171b34ce3ec7f558d5aca046ac3512f1347827f1.tar.bz2 | |
vim: needs hg for stable, for now
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/vim.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/vim.rb b/Library/Formula/vim.rb index 6abd96bce..9bad10af5 100644 --- a/Library/Formula/vim.rb +++ b/Library/Formula/vim.rb @@ -25,7 +25,7 @@ class Vim < Formula      option "without-#{language}", "Build vim without #{language} support"    end -  depends_on :hg => :build if build.head? +  depends_on :hg => :build    depends_on :python => :recommended    def install  | 
