pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/print/tex-oberdiek



Module Name:    pkgsrc
Committed By:   markd
Date:           Fri Feb 26 21:12:48 UTC 2021

Modified Files:
        pkgsrc/print/tex-oberdiek: Makefile

Log Message:
tex-oberdiek: restore tex-amsmath dependency


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/print/tex-oberdiek/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/tex-oberdiek/Makefile
diff -u pkgsrc/print/tex-oberdiek/Makefile:1.30 pkgsrc/print/tex-oberdiek/Makefile:1.31
--- pkgsrc/print/tex-oberdiek/Makefile:1.30     Fri Feb 26 06:21:05 2021
+++ pkgsrc/print/tex-oberdiek/Makefile  Fri Feb 26 21:12:48 2021
@@ -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@localhost
@@ -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/t
 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
 



Home | Main Index | Thread Index | Old Index