diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/asciidoc.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/asciidoc.rb b/Library/Formula/asciidoc.rb index 621b6a94c..60938bd24 100644 --- a/Library/Formula/asciidoc.rb +++ b/Library/Formula/asciidoc.rb @@ -14,7 +14,7 @@ class Asciidoc < Formula head do url 'https://code.google.com/p/asciidoc/', :using => :hg - depends_on :autoconf + depends_on "autoconf" => :build end depends_on 'docbook' |
