aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/clutter.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/clutter.rb')
-rw-r--r--Library/Formula/clutter.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/clutter.rb b/Library/Formula/clutter.rb
index 6e4e7df4b..cb8d517dd 100644
--- a/Library/Formula/clutter.rb
+++ b/Library/Formula/clutter.rb
@@ -5,11 +5,11 @@ class Clutter <Formula
homepage 'http://www.clutter-project.org/'
md5 '687f9699ea5590091282034a936c6dc7'
- depends_on 'pango'
+ depends_on 'pkg-config' => :build
+ depends_on 'gettext'
depends_on 'glib'
- depends_on 'pkg-config'
depends_on 'intltool'
- depends_on 'gettext'
+ depends_on 'pango'
def install
system "./configure", "--prefix=#{prefix}", "--with-flavour=osx", "--with-imagebackend=quartz"