Sat May 2 02:38:38 2020 UTC ()
tex-moderncv: dependency tex-ifluatex,tex-ifxetex -> tex-iftex


(markd)
diff -r1.5 -r1.6 pkgsrc/print/tex-moderncv/Makefile

cvs diff -r1.5 -r1.6 pkgsrc/print/tex-moderncv/Makefile (expand / switch to unified diff)

--- pkgsrc/print/tex-moderncv/Makefile 2020/01/18 23:34:31 1.5
+++ pkgsrc/print/tex-moderncv/Makefile 2020/05/02 02:38:38 1.6
@@ -1,33 +1,32 @@ @@ -1,33 +1,32 @@
1# $NetBSD: Makefile,v 1.5 2020/01/18 23:34:31 rillig Exp $ 1# $NetBSD: Makefile,v 1.6 2020/05/02 02:38:38 markd Exp $
2 2
3DISTNAME= moderncv 3DISTNAME= moderncv
4PKGNAME= tex-${DISTNAME}-2.0.0 4PKGNAME= tex-${DISTNAME}-2.0.0
5TEXLIVE_REV= 37992 5TEXLIVE_REV= 37992
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://ctan.org/pkg/moderncv 8HOMEPAGE= https://ctan.org/pkg/moderncv
9COMMENT= Modern CV latex class 9COMMENT= Modern CV latex class
10LICENSE= lppl-1.3c 10LICENSE= lppl-1.3c
11 11
12DEPENDS+= tex-changepage-[0-9]*:../../print/tex-changepage 12DEPENDS+= tex-changepage-[0-9]*:../../print/tex-changepage
13DEPENDS+= tex-colortbl-[0-9]*:../../print/tex-colortbl 13DEPENDS+= tex-colortbl-[0-9]*:../../print/tex-colortbl
14DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec 14DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
15DEPENDS+= tex-etoolbox>=2.1:../../devel/tex-etoolbox 15DEPENDS+= tex-etoolbox>=2.1:../../devel/tex-etoolbox
16DEPENDS+= tex-geometry-[0-9]*:../../print/tex-geometry 16DEPENDS+= tex-geometry-[0-9]*:../../print/tex-geometry
17DEPENDS+= tex-fancyhdr-[0-9]*:../../print/tex-fancyhdr 17DEPENDS+= tex-fancyhdr-[0-9]*:../../print/tex-fancyhdr
18DEPENDS+= tex-fontawesome-[0-9]*:../../fonts/tex-fontawesome 18DEPENDS+= tex-fontawesome-[0-9]*:../../fonts/tex-fontawesome
19DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref 19DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref
20DEPENDS+= tex-ifluatex-[0-9]*:../../print/tex-ifluatex 20DEPENDS+= tex-iftex>=1.0d:../../print/tex-iftex
21DEPENDS+= tex-ifxetex-[0-9]*:../../print/tex-ifxetex 
22DEPENDS+= tex-l3packages-[0-9]*:../../devel/tex-l3packages 21DEPENDS+= tex-l3packages-[0-9]*:../../devel/tex-l3packages
23DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex 22DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
24DEPENDS+= tex-marvosym-[0-9]*:../../fonts/tex-marvosym 23DEPENDS+= tex-marvosym-[0-9]*:../../fonts/tex-marvosym
25DEPENDS+= tex-microtype-[0-9]*:../../print/tex-microtype 24DEPENDS+= tex-microtype-[0-9]*:../../print/tex-microtype
26DEPENDS+= tex-pgf-[0-9]*:../../print/tex-pgf 25DEPENDS+= tex-pgf-[0-9]*:../../print/tex-pgf
27DEPENDS+= tex-url-[0-9]*:../../print/tex-url 26DEPENDS+= tex-url-[0-9]*:../../print/tex-url
28DEPENDS+= tex-xcolor-[0-9]*:../../print/tex-xcolor 27DEPENDS+= tex-xcolor-[0-9]*:../../print/tex-xcolor
29DEPENDS+= tex-xifthen-[0-9]*:../../devel/tex-xifthen 28DEPENDS+= tex-xifthen-[0-9]*:../../devel/tex-xifthen
30 29
31TEXLIVE_UNVERSIONED= yes 30TEXLIVE_UNVERSIONED= yes
32.include "../../print/texlive/package.mk" 31.include "../../print/texlive/package.mk"
33.include "../../mk/bsd.pkg.mk" 32.include "../../mk/bsd.pkg.mk"