aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfawlty2011-07-30 01:45:06 +0200
committerAdam Vandenberg2011-07-29 17:09:10 -0700
commite38b28668c1a911522cbbede516155d06b6cc488 (patch)
tree38f844a2ed2c7b5511e73a1c08b34ea37881ad4e
parent18446240b6bc303d09dc265babd4cbf25ae8a9d6 (diff)
downloadhomebrew-e38b28668c1a911522cbbede516155d06b6cc488.tar.bz2
djview4: add missing pkg-config dependency
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/djview4.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/djview4.rb b/Library/Formula/djview4.rb
index 429bfba69..d742baa81 100644
--- a/Library/Formula/djview4.rb
+++ b/Library/Formula/djview4.rb
@@ -5,6 +5,7 @@ class Djview4 < Formula
homepage 'http://djvu.sourceforge.net/djview4.html'
md5 '642105970467cf0864c0073140d1fa11'
+ depends_on 'pkg-config' => :build
depends_on 'djvulibre'
depends_on 'qt'