diff options
author | markd <markd@pkgsrc.org> | 2021-02-26 21:12:48 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2021-02-26 21:12:48 +0000 |
commit | 941c4345804b66a0daa12db4752b48af6ce604c8 (patch) | |
tree | 781f2f0612171182b808c4b4e504a868b447bfe6 /print | |
parent | 32ab9c7ff5cd9d1ca58c39e01a0242b5c2f41ad9 (diff) | |
download | pkgsrc-941c4345804b66a0daa12db4752b48af6ce604c8.tar.gz |
tex-oberdiek: restore tex-amsmath dependency
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-oberdiek/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/tex-oberdiek/Makefile b/print/tex-oberdiek/Makefile index 2a3cfbd4700..3c330d1783e 100644 --- a/print/tex-oberdiek/Makefile +++ b/print/tex-oberdiek/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.30 2021/02/26 06:21:05 mef Exp $ +# $NetBSD: Makefile,v 1.31 2021/02/26 21:12:48 markd Exp $ DISTNAME= oberdiek PKGNAME= tex-${DISTNAME}-2020.56291 +PKGREVISION= 1 TEXLIVE_REV= 56291 MAINTAINER= minskim@NetBSD.org @@ -9,7 +10,7 @@ HOMEPAGE= https://ctan.org/pkg/oberdiek COMMENT= Bundle of packages submitted by Heiko Oberdiek LICENSE= lppl-1.3c -#EPENDS+= tex-amsmath-[0-9]*:../../print/tex-amsmath +DEPENDS+= tex-amsmath-[0-9]*:../../print/tex-amsmath DEPENDS+= tex-auxhook-[0-9]*:../../print/tex-auxhook DEPENDS+= tex-etex-pkg-[0-9]*:../../print/tex-etex-pkg DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics @@ -19,7 +20,6 @@ DEPENDS+= tex-iftex-[0-9]*:../../print/tex-iftex DEPENDS+= tex-infwarerr-[0-9]*:../../print/tex-infwarerr DEPENDS+= tex-kvoptions-[0-9]*:../../print/tex-kvoptions DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex -#EPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin DEPENDS+= tex-pdftexcmds-[0-9]*:../../print/tex-pdftexcmds DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools |