diff options
| author | Adam Vandenberg | 2012-08-27 21:40:31 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-08-27 21:40:31 -0700 |
| commit | 5e7af6f70b78295de36a666e25958a73bc70d265 (patch) | |
| tree | b476aea8eaac0d1301d22eec137131fe06924d8d /Library | |
| parent | 9a2ea229dd4558971f14f254e539d36b837f097f (diff) | |
| download | homebrew-5e7af6f70b78295de36a666e25958a73bc70d265.tar.bz2 | |
embryo: use new dsl
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/embryo.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/embryo.rb b/Library/Formula/embryo.rb index ce82ceed9..0c632a113 100644 --- a/Library/Formula/embryo.rb +++ b/Library/Formula/embryo.rb @@ -7,7 +7,7 @@ class Embryo < Formula head 'http://svn.enlightenment.org/svn/e/trunk/embryo/' - if ARGV.build_head? + if build.head? depends_on :automake depends_on :libtool end @@ -16,7 +16,7 @@ class Embryo < Formula depends_on 'eina' def install - system "./autogen.sh" if ARGV.build_head? + system "./autogen.sh" if build.head? system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" system "make install" |
