aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-09-21 19:27:25 -0500
committerJack Nagel2013-09-21 19:27:25 -0500
commitc596bc756744e045440235fa2c523d2fb62f7135 (patch)
tree9b7153954ca9fb71a0cd192012e1678bf489cd85 /Library
parented347bc1d370fd3f385d0cc06266f19cb349889f (diff)
downloadhomebrew-c596bc756744e045440235fa2c523d2fb62f7135.tar.bz2
asciidoc: use spec deps
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/asciidoc.rb6
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