diff options
author | cy <cy@FreeBSD.org> | 2019-02-20 15:34:32 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2019-02-20 15:34:32 +0800 |
commit | 88fc7daed0e2406e15051b1c1f84caf78d30da0a (patch) | |
tree | ee456a1d3b206fcdc185c017611ab716970f0a51 /graphics/xpdf4 | |
parent | 383b344c2499c60301f53f512862bfadf6445e80 (diff) | |
download | freebsd-ports-gnome-88fc7daed0e2406e15051b1c1f84caf78d30da0a.tar.gz freebsd-ports-gnome-88fc7daed0e2406e15051b1c1f84caf78d30da0a.tar.zst freebsd-ports-gnome-88fc7daed0e2406e15051b1c1f84caf78d30da0a.zip |
Add a missing gsfonts dependency.
Reported by: local poudriere build
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 \ |