From 87bbbc25a06c41cfbacaaa655371dc293d99a964 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 9 Aug 2012 16:21:05 -0700 Subject: asciidoc: use options dsl --- Library/Formula/asciidoc.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3