From 28badcc67387bbb91ee3bee1b2d34e22940276b4 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 3 Feb 2013 14:39:41 -0600 Subject: finch: intltool is a build-time dep --- Library/Formula/finch.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/finch.rb b/Library/Formula/finch.rb index c1bd758ed..e93ef9f8a 100644 --- a/Library/Formula/finch.rb +++ b/Library/Formula/finch.rb @@ -6,10 +6,10 @@ class Finch < Formula sha1 'a0532e7ba2acd205d6a5a4e3624156a980fe3d43' depends_on 'pkg-config' => :build + depends_on 'intltool' => :build depends_on 'libidn' depends_on 'gettext' depends_on 'glib' - depends_on 'intltool' depends_on 'gnutls' # guntls used to use libgcrypt, and the configure script links this # library when testing for gnutls, so include it as a build-time -- cgit v1.2.3