The xpdf toolset does not require X libraries installed. (only the xpdf and pdftoppm binaries are not built) pdftoppm compiles with freetype2 only, too. So patch patchfiles enable build for pdftoppm. PR: ports/89822 Submitted by: Martin Matuska <martin@matuska.org>
11 lines
369 B
Text
11 lines
369 B
Text
--- xpdf/Makefile.in.orig Thu Dec 1 17:10:20 2005
|
|
+++ xpdf/Makefile.in Thu Dec 1 17:10:34 2005
|
|
@@ -109,7 +109,7 @@
|
|
pdffonts$(EXE) pdftoppm$(EXE) pdfimages$(EXE)
|
|
|
|
all-no-x: pdftops$(EXE) pdftotext$(EXE) pdfinfo$(EXE) pdffonts$(EXE) \
|
|
- pdfimages$(EXE)
|
|
+ pdftoppm$(EXE) pdfimages$(EXE)
|
|
|
|
#------------------------------------------------------------------------
|
|
|