From 05766902a808b8d8283751fdd58c19a29117b1c0 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 26 Aug 2012 22:04:30 -0700 Subject: schroedinger: use new dsl --- Library/Formula/schroedinger.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/schroedinger.rb b/Library/Formula/schroedinger.rb index b619190f9..20d685042 100644 --- a/Library/Formula/schroedinger.rb +++ b/Library/Formula/schroedinger.rb @@ -7,7 +7,7 @@ class Schroedinger < Formula head 'git://diracvideo.org/git/schroedinger.git' - if ARGV.build_head? + if build.head? depends_on :automake depends_on :libtool end @@ -16,7 +16,7 @@ class Schroedinger < Formula depends_on 'orc' def install - system "autoreconf -i -f" if ARGV.build_head? + system "autoreconf -i -f" if build.head? system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" -- cgit v1.2.3