diff options
| author | Adam Vandenberg | 2012-08-25 23:36:33 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-08-25 23:36:33 -0700 |
| commit | a7e193b06b6fb4e67fddbc32d8cb4c8ecc41c9c3 (patch) | |
| tree | 14719dc45acf68b423b973486faf2437c4bce90a /Library/Formula | |
| parent | 62d6addf8254619f3c0cf957027b575e22876b26 (diff) | |
| download | homebrew-a7e193b06b6fb4e67fddbc32d8cb4c8ecc41c9c3.tar.bz2 | |
opus: use new dsl
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/opus.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/opus.rb b/Library/Formula/opus.rb index 01d068b7c..155572ca7 100644 --- a/Library/Formula/opus.rb +++ b/Library/Formula/opus.rb @@ -7,13 +7,13 @@ class Opus < Formula head 'https://git.xiph.org/opus.git' - if ARGV.build_head? + if build.head? depends_on :automake depends_on :libtool end def install - system "./autogen.sh" if ARGV.build_head? + system "./autogen.sh" if build.head? system "./configure", "--disable-dependency-tracking", "--disable-doc", "--prefix=#{prefix}" system "make install" |
