1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00

pdftoppm was not built in all-no-x target. Fix this.

PR:		PR/196932
This commit is contained in:
Cy Schubert 2015-01-20 19:14:06 +00:00
parent ab123a952a
commit 1c9c1644c2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377531
2 changed files with 12 additions and 0 deletions

View File

@ -2,6 +2,7 @@
PORTNAME= xpdf
PORTVERSION= 3.04
PORTREVISION= 1
CATEGORIES= graphics print
MASTER_SITES= http://mirrors.rit.edu/zi/ \
ftp://ftp.foolabs.com/pub/xpdf/ \

View File

@ -0,0 +1,11 @@
--- xpdf/Makefile.in.orig 2014-05-28 11:50:50.000000000 -0700
+++ xpdf/Makefile.in 2015-01-20 08:19:38.054680354 -0800
@@ -122,7 +122,7 @@
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) pdfimages$(EXE)
#------------------------------------------------------------------------