aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-05-18 23:23:57 -0500
committerJack Nagel2014-05-18 23:23:58 -0500
commit8cf6638230d7813c525096befb63fec03ce16ead (patch)
treea8633152d943ff82cad740fcd5e091f8b2685802 /Library/Formula
parent3c396521b0c3beb0498e2c991cb3dcfcab2d98ff (diff)
downloadhomebrew-8cf6638230d7813c525096befb63fec03ce16ead.tar.bz2
diff-pdf: fix poppler dep
glib support is now the default.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/diff-pdf.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/diff-pdf.rb b/Library/Formula/diff-pdf.rb
index da574fbb0..c07434717 100644
--- a/Library/Formula/diff-pdf.rb
+++ b/Library/Formula/diff-pdf.rb
@@ -11,7 +11,7 @@ class DiffPdf < Formula
depends_on :x11
depends_on "wxmac"
depends_on "cairo"
- depends_on "poppler" => "with-glib"
+ depends_on "poppler"
def install
system "./bootstrap"