diff options
author | nia <nia@pkgsrc.org> | 2019-10-22 22:21:26 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-10-22 22:21:26 +0000 |
commit | 917634e0213b781dd9e4541c03fa078ea110edfc (patch) | |
tree | 2e0c3fe906442a2802815387cf1eda7b0c61ecd1 /print/Makefile | |
parent | f1484b483d4ac92e11b7238eef09b18c3cde39b7 (diff) | |
download | pkgsrc-917634e0213b781dd9e4541c03fa078ea110edfc.tar.gz |
Add print/xpdf4.
Xpdf is a viewer for Portable Document Format (PDF) files using the Qt toolkit.
Note: this version does not include the command line tools because they
conflict with poppler-utils.
Diffstat (limited to 'print/Makefile')
-rw-r--r-- | print/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/Makefile b/print/Makefile index 5b7d5f576b6..8395234bd03 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.749 2019/10/17 06:12:53 wiz Exp $ +# $NetBSD: Makefile,v 1.750 2019/10/22 22:21:26 nia Exp $ # COMMENT= Desktop publishing @@ -1447,6 +1447,7 @@ SUBDIR+= web2c SUBDIR+= xdvik SUBDIR+= xetex SUBDIR+= xpdf +SUBDIR+= xpdf4 SUBDIR+= xpdf-arabic SUBDIR+= xpdf-chinese-simplified SUBDIR+= xpdf-chinese-traditional |