Sun Sep 4 20:53:37 2022 UTC ()
tex-latex: add dependency on tex-hypdoc


(markd)
diff -r1.22 -r1.23 pkgsrc/print/tex-latex/Makefile

cvs diff -r1.22 -r1.23 pkgsrc/print/tex-latex/Makefile (expand / switch to unified diff)

--- pkgsrc/print/tex-latex/Makefile 2022/09/01 04:28:24 1.22
+++ pkgsrc/print/tex-latex/Makefile 2022/09/04 20:53:37 1.23
@@ -1,18 +1,20 @@ @@ -1,18 +1,20 @@
1# $NetBSD: Makefile,v 1.22 2022/09/01 04:28:24 markd Exp $ 1# $NetBSD: Makefile,v 1.23 2022/09/04 20:53:37 markd Exp $
2 2
3DISTNAME= latex 3DISTNAME= latex
4PKGNAME= tex-${DISTNAME}-20220601.5 4PKGNAME= tex-${DISTNAME}-20220601.5
 5PKGREVISION= 1
5TEXLIVE_REV= 63825 6TEXLIVE_REV= 63825
6 7
7MAINTAINER= minskim@NetBSD.org 8MAINTAINER= minskim@NetBSD.org
8HOMEPAGE= https://ctan.org/pkg/latex 9HOMEPAGE= https://ctan.org/pkg/latex
9COMMENT= TeX macro package that defines LaTeX 10COMMENT= TeX macro package that defines LaTeX
10LICENSE= lppl-1.3c 11LICENSE= lppl-1.3c
11 12
 13DEPENDS+= tex-hypdoc-[0-9]*:../../print/tex-hypdoc
12DEPENDS+= tex-latex-fonts-[0-9]*:../../fonts/tex-latex-fonts 14DEPENDS+= tex-latex-fonts-[0-9]*:../../fonts/tex-latex-fonts
13DEPENDS+= tex-latexconfig-[0-9]*:../../print/tex-latexconfig 15DEPENDS+= tex-latexconfig-[0-9]*:../../print/tex-latexconfig
14DEPENDS+= tex-luatex-[0-9]*:../../print/tex-luatex 16DEPENDS+= tex-luatex-[0-9]*:../../print/tex-luatex
15DEPENDS+= tex-pdftex-[0-9]*:../../print/tex-pdftex 17DEPENDS+= tex-pdftex-[0-9]*:../../print/tex-pdftex
16 18
17.include "../../print/texlive/package.mk" 19.include "../../print/texlive/package.mk"
18.include "../../mk/bsd.pkg.mk" 20.include "../../mk/bsd.pkg.mk"