diff options
| author | Adam Vandenberg | 2012-08-26 22:04:30 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-08-26 22:04:30 -0700 |
| commit | 05766902a808b8d8283751fdd58c19a29117b1c0 (patch) | |
| tree | 9c4104092decf77a3ac3fd5e773146893f84cb23 /Library | |
| parent | 987997e8067aa9ad076c0f060a44143180ebac2e (diff) | |
| download | homebrew-05766902a808b8d8283751fdd58c19a29117b1c0.tar.bz2 | |
schroedinger: use new dsl
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/schroedinger.rb | 4 |
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}" |
