From 7c533f0ceeaaf05692ea638756ccbef261f4b57d Mon Sep 17 00:00:00 2001 From: nork Date: Sat, 7 Aug 2004 01:08:06 +0000 Subject: Add dependency on gsfonts. xpdf may sometimes require these for PDF rendering. PR: ports/69642 Submitted by: anholt --- graphics/xpdf/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'graphics') diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile index f0180f89d3d1..f177f884cb33 100644 --- a/graphics/xpdf/Makefile +++ b/graphics/xpdf/Makefile @@ -7,7 +7,7 @@ PORTNAME= xpdf PORTVERSION= 3.00 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics print MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ \ ${MASTER_SITE_TEX_CTAN} @@ -19,6 +19,7 @@ COMMENT= Display PDF files, and convert them to other formats BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 LIB_DEPENDS= t1.5:${PORTSDIR}/devel/t1lib \ freetype.9:${PORTSDIR}/print/freetype2 +RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/n021003l.pfb:${PORTSDIR}/print/gsfonts USE_X_PREFIX= yes USE_MOTIF= yes -- cgit