diff options
author | nork <nork@FreeBSD.org> | 2004-08-07 09:08:06 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-08-07 09:08:06 +0800 |
commit | 7c533f0ceeaaf05692ea638756ccbef261f4b57d (patch) | |
tree | 4df05d86b0a45b26f315c5acea46c970307a6b50 /graphics | |
parent | 5258597bead31596b9bef0c9ee9b66b7f032f006 (diff) | |
download | freebsd-ports-gnome-7c533f0ceeaaf05692ea638756ccbef261f4b57d.tar.gz freebsd-ports-gnome-7c533f0ceeaaf05692ea638756ccbef261f4b57d.tar.zst freebsd-ports-gnome-7c533f0ceeaaf05692ea638756ccbef261f4b57d.zip |
Add dependency on gsfonts. xpdf may sometimes require these for
PDF rendering.
PR: ports/69642
Submitted by: anholt
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xpdf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |