View | Details | Raw Unified | Return to bug 196932 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	xpdf
3
PORTNAME=	xpdf
4
PORTVERSION=	3.04
4
PORTVERSION=	3.04
5
PORTREVISION=	1
5
CATEGORIES=	graphics print
6
CATEGORIES=	graphics print
6
MASTER_SITES=	http://mirrors.rit.edu/zi/ \
7
MASTER_SITES=	http://mirrors.rit.edu/zi/ \
7
		ftp://ftp.foolabs.com/pub/xpdf/ \
8
		ftp://ftp.foolabs.com/pub/xpdf/ \
(-)files/patch-xpdf__Makefile.in (+11 lines)
Line 0 Link Here
1
--- xpdf/Makefile.in.orig	2014-05-28 11:50:50.000000000 -0700
2
+++ xpdf/Makefile.in	2015-01-20 08:19:38.054680354 -0800
3
@@ -122,7 +122,7 @@
4
 	pdftopng$(EXE) pdfimages$(EXE)
5
 
6
 all-no-x: pdftops$(EXE) pdftotext$(EXE) pdftohtml$(EXE) pdfinfo$(EXE) \
7
-	pdffonts$(EXE) pdfdetach$(EXE) pdfimages$(EXE)
8
+	pdffonts$(EXE) pdfdetach$(EXE) pdftoppm$(EXE) pdfimages$(EXE)
9
 
10
 #------------------------------------------------------------------------
11
 

Return to bug 196932