diff options
author | markd <markd@pkgsrc.org> | 2019-05-07 11:52:38 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2019-05-07 11:52:38 +0000 |
commit | bb0a45d6585b8fdc78624d7465c75785efa78331 (patch) | |
tree | e81c68606410fbd6251056c808d43fafcbc08e93 | |
parent | 52d867cec4b4937724840ec520521e034575211e (diff) | |
download | pkgsrc-bb0a45d6585b8fdc78624d7465c75785efa78331.tar.gz |
tex-unicode-math: add dependency on tex-lm-math
-rw-r--r-- | math/tex-unicode-math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/tex-unicode-math/Makefile b/math/tex-unicode-math/Makefile index 25317fb8af7..e99b9780cbb 100644 --- a/math/tex-unicode-math/Makefile +++ b/math/tex-unicode-math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2019/05/07 11:17:19 markd Exp $ +# $NetBSD: Makefile,v 1.7 2019/05/07 11:52:38 markd Exp $ DISTNAME= unicode-math PKGNAME= tex-${DISTNAME}-0.8n @@ -12,6 +12,7 @@ LICENSE= lppl-1.3c DEPENDS+= tex-filehook-[0-9]*:../../print/tex-filehook DEPENDS+= tex-fontspec-[0-9]*:../../fonts/tex-fontspec DEPENDS+= tex-l3kernel-[0-9]*:../../devel/tex-l3kernel +DEPENDS+= tex-lm-math-[0-9]*:../../fonts/tex-lm-math .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |