asciidoc: use options dsl

master
Adam Vandenberg 2012-08-09 16:21:05 -07:00
parent e5f2862d96
commit 41ca71c746
1 changed files with 2 additions and 2 deletions

View File

@ -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