aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-08-26 22:25:56 -0700
committerAdam Vandenberg2012-08-26 22:25:56 -0700
commitf56225a4b408cceaff41c815ec52d78df8a44edd (patch)
tree10c5fab719bf98a2375207d1cebf7decdfd881e4 /Library
parent927e21ac7e7e3ceac6c4b5aec62037785f794750 (diff)
downloadhomebrew-f56225a4b408cceaff41c815ec52d78df8a44edd.tar.bz2
eet: use new dsl
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/eet.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/eet.rb b/Library/Formula/eet.rb
index df6f879b9..ac717398b 100644
--- a/Library/Formula/eet.rb
+++ b/Library/Formula/eet.rb
@@ -7,7 +7,7 @@ class Eet < Formula
head 'http://svn.enlightenment.org/svn/e/trunk/eet/'
- if ARGV.build_head?
+ if build.head?
depends_on :automake
depends_on :libtool
end
@@ -18,7 +18,7 @@ class Eet < Formula
depends_on 'lzlib'
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"