aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ohcount.rb
diff options
context:
space:
mode:
authorJack Nagel2013-09-21 20:47:33 -0500
committerJack Nagel2013-09-21 21:04:51 -0500
commit9ef7a609463d795bcbc3dace210719969b2ca6ee (patch)
tree1d7c791094a66484fda63caf114de78a34607879 /Library/Formula/ohcount.rb
parentda1211bd1c0cfb794b878273874373f297d9b719 (diff)
downloadhomebrew-9ef7a609463d795bcbc3dace210719969b2ca6ee.tar.bz2
ohcount: use spec deps
Diffstat (limited to 'Library/Formula/ohcount.rb')
-rw-r--r--Library/Formula/ohcount.rb6
1 files changed, 4 insertions, 2 deletions
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