From 91292d00e7bcf4a444eb94ddd2ff8c478f72835b Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 3 Feb 2013 14:40:11 -0600 Subject: [PATCH] liblunar: intltool is a build-time dep --- Formula/liblunar.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/liblunar.rb b/Formula/liblunar.rb index 14044bddc21..ff85b4fc44b 100644 --- a/Formula/liblunar.rb +++ b/Formula/liblunar.rb @@ -8,9 +8,9 @@ class Liblunar < Formula option 'python', 'Build python bindings using pygobject' depends_on 'pkg-config' => :build + depends_on 'intltool' => :build depends_on 'glib' depends_on 'gettext' - depends_on 'intltool' depends_on 'vala' => :optional depends_on 'pygobject' if build.include? 'python'