diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-08-07 01:08:06 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-08-07 01:08:06 +0000 |
commit | 095f458cd61f41564d98188dd06b5629f088f54e (patch) | |
tree | 333700448effd7a58cd7aa2f96f3b5afb6ddbcb0 /graphics | |
parent | a7ad98b0be815349d298b7a37087444a3a2e741a (diff) | |
download | ports-095f458cd61f41564d98188dd06b5629f088f54e.tar.gz ports-095f458cd61f41564d98188dd06b5629f088f54e.zip |
Notes
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 |