aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pdf2image.rb
diff options
context:
space:
mode:
authorJack Nagel2012-07-25 21:51:20 -0500
committerJack Nagel2012-08-01 00:31:39 -0500
commitebe8e835716bfd505dec95bdbfbac519f671d783 (patch)
tree1a0178bc81825a35259df12cb2185d40eae152d9 /Library/Formula/pdf2image.rb
parent68b5fe1ca5a43234fa68a70ec707a77dd6d11cd4 (diff)
downloadhomebrew-ebe8e835716bfd505dec95bdbfbac519f671d783.tar.bz2
Update formulae for new XQuartz module
Diffstat (limited to 'Library/Formula/pdf2image.rb')
-rw-r--r--Library/Formula/pdf2image.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/pdf2image.rb b/Library/Formula/pdf2image.rb
index 95a7587de..9308e7d1c 100644
--- a/Library/Formula/pdf2image.rb
+++ b/Library/Formula/pdf2image.rb
@@ -15,7 +15,7 @@ class Pdf2image < Formula
inreplace "Makefile", "/man/", "/share/man/"
# Add X11 libs manually; the Makefiles don't use LDFLAGS properly
- inreplace ["src/Makefile", "xpdf/Makefile"], "LDFLAGS =", "LDFLAGS=-L#{MacOS.x11_prefix}/lib"
+ inreplace ["src/Makefile", "xpdf/Makefile"], "LDFLAGS =", "LDFLAGS=-L#{MacOS::XQuartz.lib}"
system "make"
system "make install"