summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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++