summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2021-02-26 21:11:01 +0000
committermarkd <markd@pkgsrc.org>2021-02-26 21:11:01 +0000
commit32ab9c7ff5cd9d1ca58c39e01a0242b5c2f41ad9 (patch)
treebb854e93474b2169494221afab53deb59aca4076 /print
parent7cfee49e50525c4ab1d9aeec8af99ba7974ae55f (diff)
downloadpkgsrc-32ab9c7ff5cd9d1ca58c39e01a0242b5c2f41ad9.tar.gz
tex-amsmath: drop dependency on tex-latex-bin
Diffstat (limited to 'print')
-rw-r--r--print/tex-amsmath/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/print/tex-amsmath/Makefile b/print/tex-amsmath/Makefile
index 8bf3782c783..97ff89088b9 100644
--- a/print/tex-amsmath/Makefile
+++ b/print/tex-amsmath/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2021/02/13 04:14:58 markd Exp $
+# $NetBSD: Makefile,v 1.19 2021/02/26 21:11:01 markd Exp $
DISTNAME= amsmath
PKGNAME= tex-${DISTNAME}-2.17i
+PKGREVISION= 1
TEXLIVE_REV= 56514
MAINTAINER= minskim@NetBSD.org
@@ -9,7 +10,5 @@ HOMEPAGE= https://ctan.org/pkg/latex-amsmath
COMMENT= AMS mathematical facilities for LaTeX
LICENSE= lppl-1.3c
-DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
-
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"