Fri Feb 26 21:12:48 2021 UTC ()
tex-oberdiek: restore tex-amsmath dependency


(markd)
diff -r1.30 -r1.31 pkgsrc/print/tex-oberdiek/Makefile

cvs diff -r1.30 -r1.31 pkgsrc/print/tex-oberdiek/Makefile (expand / switch to unified diff)

--- pkgsrc/print/tex-oberdiek/Makefile 2021/02/26 06:21:05 1.30
+++ pkgsrc/print/tex-oberdiek/Makefile 2021/02/26 21:12:48 1.31
@@ -1,27 +1,27 @@ @@ -1,27 +1,27 @@
1# $NetBSD: Makefile,v 1.30 2021/02/26 06:21:05 mef Exp $ 1# $NetBSD: Makefile,v 1.31 2021/02/26 21:12:48 markd Exp $
2 2
3DISTNAME= oberdiek 3DISTNAME= oberdiek
4PKGNAME= tex-${DISTNAME}-2020.56291 4PKGNAME= tex-${DISTNAME}-2020.56291
 5PKGREVISION= 1
5TEXLIVE_REV= 56291 6TEXLIVE_REV= 56291
6 7
7MAINTAINER= minskim@NetBSD.org 8MAINTAINER= minskim@NetBSD.org
8HOMEPAGE= https://ctan.org/pkg/oberdiek 9HOMEPAGE= https://ctan.org/pkg/oberdiek
9COMMENT= Bundle of packages submitted by Heiko Oberdiek 10COMMENT= Bundle of packages submitted by Heiko Oberdiek
10LICENSE= lppl-1.3c 11LICENSE= lppl-1.3c
11 12
12#EPENDS+= tex-amsmath-[0-9]*:../../print/tex-amsmath 13DEPENDS+= tex-amsmath-[0-9]*:../../print/tex-amsmath
13DEPENDS+= tex-auxhook-[0-9]*:../../print/tex-auxhook 14DEPENDS+= tex-auxhook-[0-9]*:../../print/tex-auxhook
14DEPENDS+= tex-etex-pkg-[0-9]*:../../print/tex-etex-pkg 15DEPENDS+= tex-etex-pkg-[0-9]*:../../print/tex-etex-pkg
15DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics 16DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
16DEPENDS+= tex-grfext-[0-9]*:../../print/tex-grfext 17DEPENDS+= tex-grfext-[0-9]*:../../print/tex-grfext
17DEPENDS+= tex-grffile-[0-9]*:../../print/tex-grffile 18DEPENDS+= tex-grffile-[0-9]*:../../print/tex-grffile
18DEPENDS+= tex-iftex-[0-9]*:../../print/tex-iftex 19DEPENDS+= tex-iftex-[0-9]*:../../print/tex-iftex
19DEPENDS+= tex-infwarerr-[0-9]*:../../print/tex-infwarerr 20DEPENDS+= tex-infwarerr-[0-9]*:../../print/tex-infwarerr
20DEPENDS+= tex-kvoptions-[0-9]*:../../print/tex-kvoptions 21DEPENDS+= tex-kvoptions-[0-9]*:../../print/tex-kvoptions
21DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex 22DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
22#EPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin 
23DEPENDS+= tex-pdftexcmds-[0-9]*:../../print/tex-pdftexcmds 23DEPENDS+= tex-pdftexcmds-[0-9]*:../../print/tex-pdftexcmds
24DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools 24DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
25 25
26.include "../../print/texlive/package.mk" 26.include "../../print/texlive/package.mk"
27.include "../../mk/bsd.pkg.mk" 27.include "../../mk/bsd.pkg.mk"