Tue May 7 11:52:38 2019 UTC ()
tex-unicode-math: add dependency on tex-lm-math


(markd)
diff -r1.6 -r1.7 pkgsrc/math/tex-unicode-math/Makefile

cvs diff -r1.6 -r1.7 pkgsrc/math/tex-unicode-math/Makefile (expand / switch to unified diff)

--- pkgsrc/math/tex-unicode-math/Makefile 2019/05/07 11:17:19 1.6
+++ pkgsrc/math/tex-unicode-math/Makefile 2019/05/07 11:52:38 1.7
@@ -1,17 +1,18 @@ @@ -1,17 +1,18 @@
1# $NetBSD: Makefile,v 1.6 2019/05/07 11:17:19 markd Exp $ 1# $NetBSD: Makefile,v 1.7 2019/05/07 11:52:38 markd Exp $
2 2
3DISTNAME= unicode-math 3DISTNAME= unicode-math
4PKGNAME= tex-${DISTNAME}-0.8n 4PKGNAME= tex-${DISTNAME}-0.8n
5TEXLIVE_REV= 50032 5TEXLIVE_REV= 50032
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://ctan.org/pkg/unicode-math 8HOMEPAGE= http://ctan.org/pkg/unicode-math
9COMMENT= Unicode mathematics support for XeTeX and LuaTeX 9COMMENT= Unicode mathematics support for XeTeX and LuaTeX
10LICENSE= lppl-1.3c 10LICENSE= lppl-1.3c
11 11
12DEPENDS+= tex-filehook-[0-9]*:../../print/tex-filehook 12DEPENDS+= tex-filehook-[0-9]*:../../print/tex-filehook
13DEPENDS+= tex-fontspec-[0-9]*:../../fonts/tex-fontspec 13DEPENDS+= tex-fontspec-[0-9]*:../../fonts/tex-fontspec
14DEPENDS+= tex-l3kernel-[0-9]*:../../devel/tex-l3kernel 14DEPENDS+= tex-l3kernel-[0-9]*:../../devel/tex-l3kernel
 15DEPENDS+= tex-lm-math-[0-9]*:../../fonts/tex-lm-math
15 16
16.include "../../print/texlive/package.mk" 17.include "../../print/texlive/package.mk"
17.include "../../mk/bsd.pkg.mk" 18.include "../../mk/bsd.pkg.mk"