diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/asciidoc.rb | 6 |
1 files changed, 4 insertions, 2 deletions
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 |
