From 793226986884e2438874e0a6192fd4e095ecc4af Mon Sep 17 00:00:00 2001 From: reinoud Date: Fri, 16 Apr 2021 13:49:04 +0000 Subject: Add urw-fonts as dependency; without these fonts all roman and cyrilic documents show up empty for it can't find the fonts. Minor version bumb; urw-fonts chosen since xpdf3 also depends on it. --- print/xpdf4/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'print') diff --git a/print/xpdf4/Makefile b/print/xpdf4/Makefile index c51c4103b4e..c64752adfc4 100644 --- a/print/xpdf4/Makefile +++ b/print/xpdf4/Makefile @@ -1,14 +1,17 @@ -# $NetBSD: Makefile,v 1.12 2021/02/09 20:36:32 nia Exp $ +# $NetBSD: Makefile,v 1.13 2021/04/16 13:49:04 reinoud Exp $ DISTNAME= xpdf-4.03 CATEGORIES= print MASTER_SITES= https://dl.xpdfreader.com/ +PKGREVISION= 1 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.xpdfreader.com/ COMMENT= Display tool for PDF files (Qt version) LICENSE= gnu-gpl-v2 +DEPENDS+= urw-fonts-[0-9]*:../../fonts/urw-fonts + USE_CMAKE= yes USE_TOOLS+= pkg-config USE_LANGUAGES= c c++ -- cgit v1.2.3