From fed96a5432284b03ccb748305827a78710f33758 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 27 Oct 2012 10:55:30 -0700 Subject: [PATCH] homebank: add missing deps Closes Homebrew/homebrew#15660. --- Formula/homebank.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Formula/homebank.rb b/Formula/homebank.rb index d16726cda4d..ea88b0b69e3 100644 --- a/Formula/homebank.rb +++ b/Formula/homebank.rb @@ -1,14 +1,17 @@ require 'formula' class Homebank < Formula - url 'http://homebank.free.fr/public/homebank-4.4.tar.gz' homepage 'http://homebank.free.fr' + url 'http://homebank.free.fr/public/homebank-4.4.tar.gz' sha1 '78b97c0ff118e21a1e0dd1935473601c2b7924a6' + depends_on 'pkg-config' => :build depends_on 'intltool' depends_on 'gettext' depends_on 'gtk+' depends_on 'hicolor-icon-theme' + depends_on :freetype + depends_on :fontconfig def install system "./configure", "--disable-dependency-tracking",