1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/graphics/xpdf/files/patch-xpdf_Makefile.in
Marcelo Araujo 687233a6eb - Update to 3.03.
- Remove the DRAW options, regards it is a third patch and doesn't apply
  anymore in this new version.
- Add ghostscript fonts(TYPE1) to be build as an option.

PR:		ports/166601
Submitted by:	Alex Kozlov <spam@rm-rf.kiev.ua>
2012-04-15 03:57:41 +00:00

11 lines
344 B
Plaintext

Index: xpdf/Makefile.in
@@ -112,7 +112,7 @@
pdffonts$(EXE) pdfdetach$(EXE) pdftoppm$(EXE) pdfimages$(EXE)
all-no-x: pdftops$(EXE) pdftotext$(EXE) pdfinfo$(EXE) pdffonts$(EXE) \
- pdfdetach$(EXE) pdfimages$(EXE)
+ pdfdetach$(EXE) pdftoppm$(EXE) pdfimages$(EXE)
#------------------------------------------------------------------------