diff options
| author | Jack Nagel | 2013-02-03 14:39:41 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-02-03 14:47:55 -0600 |
| commit | 28badcc67387bbb91ee3bee1b2d34e22940276b4 (patch) | |
| tree | eb0c305ecc77d9dce127afc06b9c74c8b44b8f5b /Library/Formula | |
| parent | bffa5496039246cf856fd102de09e8e721077299 (diff) | |
| download | homebrew-28badcc67387bbb91ee3bee1b2d34e22940276b4.tar.bz2 | |
finch: intltool is a build-time dep
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/finch.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
