aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-09-21 20:47:49 -0500
committerJack Nagel2013-09-21 21:05:14 -0500
commitfa1078943a4004b14a556bd734434bdbd0aec41e (patch)
treec56491f2e24cc48fbd7ed4ea9ba49d4e98618a10 /Library/Formula
parenta0d505392a5896a1f5f531023707e6f700e90866 (diff)
downloadhomebrew-fa1078943a4004b14a556bd734434bdbd0aec41e.tar.bz2
vimpc: use spec deps
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/vimpc.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/vimpc.rb b/Library/Formula/vimpc.rb
index b2db4ecbb..04e1ff628 100644
--- a/Library/Formula/vimpc.rb
+++ b/Library/Formula/vimpc.rb
@@ -5,9 +5,9 @@ class Vimpc < Formula
url 'http://downloads.sourceforge.net/project/vimpc/Release%200.08.1/vimpc-0.08.1.tar.gz'
sha1 '2620e7148b4cac7472952690e5b5df199188d3c8'
- head 'https://github.com/boysetsfrog/vimpc.git'
+ head do
+ url 'https://github.com/boysetsfrog/vimpc.git'
- if build.head?
depends_on :automake
depends_on :libtool
end