diff options
author | markd <markd@pkgsrc.org> | 2020-05-02 02:52:55 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2020-05-02 02:52:55 +0000 |
commit | 5de6336d3adbd7c8ad907e0308ed9e0eec5c93c4 (patch) | |
tree | afefe69a048f3678dcdb423767d0ee40614f523e /print | |
parent | 07a1e816d54b7083eee77621ed7ddc5e21ce621d (diff) | |
download | pkgsrc-5de6336d3adbd7c8ad907e0308ed9e0eec5c93c4.tar.gz |
tex-cjk: dependency tex-ifxetex -> tex-iftex
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-cjk/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/tex-cjk/Makefile b/print/tex-cjk/Makefile index 32a3124119e..42f4c09726b 100644 --- a/print/tex-cjk/Makefile +++ b/print/tex-cjk/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2020/01/18 23:33:46 rillig Exp $ +# $NetBSD: Makefile,v 1.6 2020/05/02 02:52:55 markd Exp $ DISTNAME= cjk PKGNAME= tex-${DISTNAME}-4.8.4 +PKGREVISION= 1 TEXLIVE_REV= 36951 MAINTAINER= rxg@NetBSD.org,hubertf@NetBSD.org @@ -13,7 +14,7 @@ DEPENDS+= tex-arphic-[0-9]*:../../fonts/tex-arphic DEPENDS+= tex-fontspec-[0-9]*:../../fonts/tex-fontspec DEPENDS+= tex-garuda-c90-[0-9]*:../../fonts/tex-garuda-c90 DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics -DEPENDS+= tex-ifxetex-[0-9]*:../../print/tex-ifxetex +DEPENDS+= tex-iftex>=1.0d:../../print/tex-iftex DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin DEPENDS+= tex-norasi-c90-[0-9]*:../../fonts/tex-norasi-c90 |