Fri Feb 26 21:11:01 2021 UTC ()
tex-amsmath: drop dependency on tex-latex-bin


(markd)
diff -r1.18 -r1.19 pkgsrc/print/tex-amsmath/Makefile

cvs diff -r1.18 -r1.19 pkgsrc/print/tex-amsmath/Makefile (expand / switch to unified diff)

--- pkgsrc/print/tex-amsmath/Makefile 2021/02/13 04:14:58 1.18
+++ pkgsrc/print/tex-amsmath/Makefile 2021/02/26 21:11:01 1.19
@@ -1,15 +1,14 @@ @@ -1,15 +1,14 @@
1# $NetBSD: Makefile,v 1.18 2021/02/13 04:14:58 markd Exp $ 1# $NetBSD: Makefile,v 1.19 2021/02/26 21:11:01 markd Exp $
2 2
3DISTNAME= amsmath 3DISTNAME= amsmath
4PKGNAME= tex-${DISTNAME}-2.17i 4PKGNAME= tex-${DISTNAME}-2.17i
 5PKGREVISION= 1
5TEXLIVE_REV= 56514 6TEXLIVE_REV= 56514
6 7
7MAINTAINER= minskim@NetBSD.org 8MAINTAINER= minskim@NetBSD.org
8HOMEPAGE= https://ctan.org/pkg/latex-amsmath 9HOMEPAGE= https://ctan.org/pkg/latex-amsmath
9COMMENT= AMS mathematical facilities for LaTeX 10COMMENT= AMS mathematical facilities for LaTeX
10LICENSE= lppl-1.3c 11LICENSE= lppl-1.3c
11 12
12DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin 
13 
14.include "../../print/texlive/package.mk" 13.include "../../print/texlive/package.mk"
15.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"