freebsd-ports/graphics/xpdf3/files/patch-xpdf__Makefile.in
Cy Schubert ed06a7905e This is the functional update of xpdf to xpdf 4.00.
graphics/xpdf is renamed (actually copied) to xpdf3. Those who want to
continue to use xpdf with a Motif interface can either install xpdf3 or
set XPDF_VERSION=3 in make.conf and continue to install graphics/xpdf.
This works around any POLA issues people might have between the
old and the new.

PR:		222002
2017-09-12 19:22:01 +00:00

12 lines
458 B
Text

--- xpdf/Makefile.in.orig 2014-05-28 11:50:50.000000000 -0700
+++ xpdf/Makefile.in 2015-01-20 11:19:11.373669249 -0800
@@ -122,7 +122,8 @@
pdftopng$(EXE) pdfimages$(EXE)
all-no-x: pdftops$(EXE) pdftotext$(EXE) pdftohtml$(EXE) pdfinfo$(EXE) \
- pdffonts$(EXE) pdfdetach$(EXE) pdfimages$(EXE)
+ pdffonts$(EXE) pdfdetach$(EXE) pdftoppm$(EXE) pdftopng$(EXE) \
+ pdfimages$(EXE)
#------------------------------------------------------------------------