freebsd-ports/graphics/xpdf/files/patch-xpdf::Makefile.in
Edwin Groothuis dd5be694da [PATCH] WITHOUT_X11 support for graphics/xpdf
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>
2006-01-05 04:42:29 +00:00

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)
#------------------------------------------------------------------------