aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-08-26 22:04:30 -0700
committerAdam Vandenberg2012-08-26 22:04:30 -0700
commit05766902a808b8d8283751fdd58c19a29117b1c0 (patch)
tree9c4104092decf77a3ac3fd5e773146893f84cb23 /Library/Formula
parent987997e8067aa9ad076c0f060a44143180ebac2e (diff)
downloadhomebrew-05766902a808b8d8283751fdd58c19a29117b1c0.tar.bz2
schroedinger: use new dsl
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/schroedinger.rb4
1 files changed, 2 insertions, 2 deletions
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}"