aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-06-01 21:38:17 -0500
committerJack Nagel2014-06-01 21:38:17 -0500
commit2786e4c06f9263cfeceff8aaaed7c5438e95c0f3 (patch)
tree64758ebdd8ca07b357512a7a7c1f0f875d96f8be /Library/Formula
parent86cff16c7108aa319e81bccf58ee46d88a0671e2 (diff)
downloadhomebrew-2786e4c06f9263cfeceff8aaaed7c5438e95c0f3.tar.bz2
asciidoc: modernize autotools deps
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/asciidoc.rb2
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'