aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-02-09 23:32:21 -0600
committerJack Nagel2013-02-09 23:32:30 -0600
commit406447deeb7be476b52a23078750a0f3a6522d27 (patch)
treeca5b02b5c9c6bf8887d41dae6009ffecae29b7cd /Library/Formula
parentb73d53af97a4fd12cc6be1c58d70937419966f80 (diff)
downloadhomebrew-406447deeb7be476b52a23078750a0f3a6522d27.tar.bz2
pangox-compat: depends on pkg-config
Fixes #17736.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/pangox-compat.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/pangox-compat.rb b/Library/Formula/pangox-compat.rb
index 76aa69933..cda6f9167 100644
--- a/Library/Formula/pangox-compat.rb
+++ b/Library/Formula/pangox-compat.rb
@@ -5,6 +5,7 @@ class PangoxCompat < Formula
url 'http://ftp.gnome.org/pub/gnome/sources/pangox-compat/0.0/pangox-compat-0.0.2.tar.xz'
sha256 '552092b3b6c23f47f4beee05495d0f9a153781f62a1c4b7ec53857a37dfce046'
+ depends_on 'pkg-config' => :build
depends_on 'xz' => :build
depends_on 'pango'