diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/asciidoc.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/asciidoc.rb b/Library/Formula/asciidoc.rb index 2ef270010..397cfe90f 100644 --- a/Library/Formula/asciidoc.rb +++ b/Library/Formula/asciidoc.rb @@ -7,11 +7,11 @@ class Asciidoc < Formula head 'https://code.google.com/p/asciidoc/', :using => :hg - depends_on :autoconf if ARGV.build_head? + depends_on :autoconf if build.head? depends_on 'docbook' def install - system "autoconf" if ARGV.build_head? + system "autoconf" if build.head? system "./configure", "--prefix=#{prefix}" # otherwise OS X's xmllint bails out |
