From 7f4a88736aceb9a805ece3f08bf7e777cbcdf09e Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 26 Aug 2012 22:17:49 -0700 Subject: cogl: use new dsl --- Library/Formula/cogl.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Library/Formula') 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" -- cgit v1.2.3