pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/print/mupdf



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan 21 08:21:37 UTC 2018

Modified Files:
        pkgsrc/print/mupdf: Makefile

Log Message:
mupdf: restrict to zlib>=1.2.3

>From Rusty Dev in PR 52936.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/print/mupdf/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/mupdf/Makefile
diff -u pkgsrc/print/mupdf/Makefile:1.56 pkgsrc/print/mupdf/Makefile:1.57
--- pkgsrc/print/mupdf/Makefile:1.56    Mon Jan  1 21:18:10 2018
+++ pkgsrc/print/mupdf/Makefile Sun Jan 21 08:21:37 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2018/01/01 21:18:10 adam Exp $
+# $NetBSD: Makefile,v 1.57 2018/01/21 08:21:37 wiz Exp $
 
 DISTNAME=      mupdf-1.12.0-source
 PKGNAME=       ${DISTNAME:S/-source//}
@@ -49,6 +49,7 @@ post-build:
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/mupdf.pc ${DESTDIR}${PREFIX}/lib/pkgconfig
 
+BUILDLINK_API_DEPENDS.zlib+=   zlib>=1.2.3
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../fonts/harfbuzz/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index