summaryrefslogtreecommitdiff
path: root/print/mupdf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/mupdf/Makefile')
-rw-r--r--print/mupdf/Makefile15
1 files changed, 3 insertions, 12 deletions
diff --git a/print/mupdf/Makefile b/print/mupdf/Makefile
index 06c7209900f..84c1b53799c 100644
--- a/print/mupdf/Makefile
+++ b/print/mupdf/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.66 2018/12/13 19:51:36 adam Exp $
+# $NetBSD: Makefile,v 1.67 2019/05/12 12:27:02 ryoon Exp $
-DISTNAME= mupdf-1.14.0-source
+DISTNAME= mupdf-1.15.0-source
PKGNAME= ${DISTNAME:S/-source//}
-PKGREVISION= 2
CATEGORIES= print
MASTER_SITES= https://mupdf.com/downloads/archive/
@@ -11,14 +10,6 @@ HOMEPAGE= https://mupdf.com/
COMMENT= Lightweight PDF, XPS and E-book viewer and toolkit
LICENSE= gnu-agpl-v3
-# XXX: The tarball originally packaged for mupdf-1.14.0 did not contain commit
-# XXX: id 7f77313e6d60fc917146b80cce2f9c1ab0152349 changes related to mupdf-gl
-# XXX: that defines realpath(3) for Windows and fix an inverted logic
-# XXX: condition regarding FREEGLUT macro check.
-# XXX: The DIST_SUBDIR definition can be removed in the next (post-1.14.0)
-# XXX: stable release of mupdf.
-DIST_SUBDIR= ${PKGNAME_NOREV}
-
USE_LANGUAGES= c99
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config gmake
@@ -67,7 +58,7 @@ BUILDLINK_API_DEPENDS.zlib+= zlib>=1.2.7
.include "../../graphics/jbig2dec/buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
-# XXX: Needs lcms2-2.9 that ATM is not in pkgsrc.
+# XXX: lcms2-2.9 does not usable for mupdf
#BUILDLINK_API_DEPENDS.lcms2+= lcms2>=2.9
#.include "../../graphics/lcms2/buildlink3.mk"
.include "../../graphics/openjpeg/buildlink3.mk"