pkgsrc/print/tex-cellspace/Makefile
markd 7a38157e42 tex-cellspace{,-doc}: update to 1.9.0
The package has now been made aware of the new implementation of
\@endpbox of array. The new implementation solves a problem with
empty cells for paragraph-type columns (m, p, b) by testing
whether \prevdepth is greater than 1000 pt.
2022-04-08 05:10:15 +00:00

18 lines
553 B
Makefile

# $NetBSD: Makefile,v 1.7 2022/04/08 05:10:15 markd Exp $
DISTNAME= cellspace
PKGNAME= tex-${DISTNAME}-1.9.0
TEXLIVE_REV= 61501
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/cellspace
COMMENT= Ensure minimal spacing of table cells
LICENSE= lppl-1.3c
DEPENDS+= tex-amsmath>=2.13nb1:../../print/tex-amsmath
DEPENDS+= tex-latex>=2009:../../print/tex-latex
DEPENDS+= tex-latex-bin>=2009nb1:../../print/tex-latex-bin
DEPENDS+= tex-tools>=2010:../../print/tex-tools
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"