aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-08-26 22:17:49 -0700
committerAdam Vandenberg2012-08-26 22:17:49 -0700
commit7f4a88736aceb9a805ece3f08bf7e777cbcdf09e (patch)
treead8f1bfe1c15df69d583c32d9673d0d786d7e0e9 /Library/Formula
parent291ff6b399d75348e90a5c9174c7cc03d63d847f (diff)
downloadhomebrew-7f4a88736aceb9a805ece3f08bf7e777cbcdf09e.tar.bz2
cogl: use new dsl
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/cogl.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/cogl.rb b/Library/Formula/cogl.rb
index a86971a93..a9abf67a8 100644
--- a/Library/Formula/cogl.rb
+++ b/Library/Formula/cogl.rb
@@ -8,14 +8,13 @@ class Cogl < Formula
head 'git://git.gnome.org/cogl'
depends_on 'pkg-config' => :build
-
depends_on 'xz' => :build
depends_on 'glib'
depends_on 'pango'
depends_on 'cairo' # needs cairo-gobject
def install
- system "./autogen.sh" if ARGV.build_head?
+ system "./autogen.sh" if build.head?
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--disable-introspection"