summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorreinoud <reinoud@pkgsrc.org>2021-04-16 13:49:04 +0000
committerreinoud <reinoud@pkgsrc.org>2021-04-16 13:49:04 +0000
commit793226986884e2438874e0a6192fd4e095ecc4af (patch)
tree6b801ef348c31ca9168cb6550edd7ad63a1f1a2f /print
parentb9121d9da7ddfd0a496d7e5f63c75c8fd18c4747 (diff)
downloadpkgsrc-793226986884e2438874e0a6192fd4e095ecc4af.tar.gz
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.
Diffstat (limited to 'print')
-rw-r--r--print/xpdf4/Makefile5
1 files changed, 4 insertions, 1 deletions
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++