diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2021-02-16 00:50:14 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2021-02-16 00:50:14 +0000 |
commit | 50716b83df1c8de0dadde4c9ad80a8c720060e78 (patch) | |
tree | d96151cc72eb9e593c7bcf2f433acf5450743e5f /meta-pkgs | |
parent | b5b256aa5e679dbb6013d57a2c757f47ddd2a4e3 (diff) | |
download | pkgsrc-50716b83df1c8de0dadde4c9ad80a8c720060e78.tar.gz |
texlive-collection-latex: adjust dependency to fix builds
print/tex-pslatex went from version 2009 to version 1.3, so adjust
accordingly. (This new pattern will accept the old versioning, but
the change log suggests that's viable.)
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/texlive-collection-latex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-pkgs/texlive-collection-latex/Makefile b/meta-pkgs/texlive-collection-latex/Makefile index 33b75b21bd5..46aa134d80e 100644 --- a/meta-pkgs/texlive-collection-latex/Makefile +++ b/meta-pkgs/texlive-collection-latex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2021/02/13 05:59:23 markd Exp $ +# $NetBSD: Makefile,v 1.14 2021/02/16 00:50:14 gutteridge Exp $ DISTNAME= collection-latex PKGNAME= texlive-${DISTNAME}-2020.57048 @@ -59,7 +59,7 @@ DEPENDS+= tex-natbib>=8.31b:../../print/tex-natbib DEPENDS+= tex-oberdiek>=2009nb2:../../print/tex-oberdiek DEPENDS+= tex-pagesel-[0-9]*:../../print/tex-pagesel DEPENDS+= tex-pdfescape-[0-9]*:../../print/tex-pdfescape -DEPENDS+= tex-pslatex>=2009:../../print/tex-pslatex +DEPENDS+= tex-pslatex>=1.3:../../print/tex-pslatex DEPENDS+= tex-psnfss>=9.2anb1:../../fonts/tex-psnfss DEPENDS+= tex-pspicture>=2009:../../print/tex-pspicture DEPENDS+= tex-refcount-[0-9]*:../../print/tex-refcount |