From 9ef7a609463d795bcbc3dace210719969b2ca6ee Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 21 Sep 2013 20:47:33 -0500 Subject: ohcount: use spec deps --- Library/Formula/ohcount.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/ohcount.rb b/Library/Formula/ohcount.rb index 9639726ae..815ad8655 100644 --- a/Library/Formula/ohcount.rb +++ b/Library/Formula/ohcount.rb @@ -5,11 +5,13 @@ class Ohcount < Formula url 'https://github.com/blackducksw/ohcount/archive/3.0.0.tar.gz' sha1 '7f3fce48bf2a522c5262215699c36625ca6d3d33' - head 'https://github.com/blackducksw/ohcount.git' + head do + url 'https://github.com/blackducksw/ohcount.git' + depends_on 'libmagic' + end depends_on 'ragel' depends_on 'pcre' - depends_on 'libmagic' if build.head? def patches DATA -- cgit v1.2.3