ed06a7905e
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
12 lines
458 B
Text
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)
|
|
|
|
#------------------------------------------------------------------------
|
|
|