From c596bc756744e045440235fa2c523d2fb62f7135 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 21 Sep 2013 19:27:25 -0500 Subject: asciidoc: use spec deps --- Library/Formula/asciidoc.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/asciidoc.rb b/Library/Formula/asciidoc.rb index f869ca6c9..d823c1b9d 100644 --- a/Library/Formula/asciidoc.rb +++ b/Library/Formula/asciidoc.rb @@ -5,9 +5,11 @@ class Asciidoc < Formula url 'http://downloads.sourceforge.net/project/asciidoc/asciidoc/8.6.8/asciidoc-8.6.8.tar.gz' sha1 '2fd88f6ca9d2a5e09045fb300f4a908fe6eeb092' - head 'https://code.google.com/p/asciidoc/', :using => :hg + head do + url 'https://code.google.com/p/asciidoc/', :using => :hg + depends_on :autoconf + end - depends_on :autoconf if build.head? depends_on 'docbook' def install -- cgit v1.2.3