diff options
author | Cy Schubert <cy@FreeBSD.org> | 2019-02-20 07:34:32 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2019-02-20 07:34:32 +0000 |
commit | 4e11193e4b1d940931b033e62abc3ba74cae769d (patch) | |
tree | ee456a1d3b206fcdc185c017611ab716970f0a51 /graphics/xpdf4 | |
parent | 4f0f664a006ecb4819758025bae108099f25a812 (diff) | |
download | ports-4e11193e4b1d940931b033e62abc3ba74cae769d.tar.gz ports-4e11193e4b1d940931b033e62abc3ba74cae769d.zip |
Notes
Diffstat (limited to 'graphics/xpdf4')
-rw-r--r-- | graphics/xpdf4/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/xpdf4/Makefile b/graphics/xpdf4/Makefile index fb31f2ae4a21..f699fb8ee37f 100644 --- a/graphics/xpdf4/Makefile +++ b/graphics/xpdf4/Makefile @@ -25,6 +25,8 @@ USES= compiler:c++11-lang cmake localbase:ldflags \ desktop-file-utils qt:5 LIB_DEPENDS= libfreetype.so:print/freetype2 \ libpng.so:graphics/png +BUILD_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/d050000l.pfb:print/gsfonts +RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/d050000l.pfb:print/gsfonts MANPREFIX= ${PREFIX}/share/xpdf SUB_FILES= xpdf-man.conf USE_QT= buildtools_build concurrent core gui network printsupport \ |