diff options
Diffstat (limited to 'print/tex-colortbl/Makefile')
-rw-r--r-- | print/tex-colortbl/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/tex-colortbl/Makefile b/print/tex-colortbl/Makefile index 2926a390278..c214eca92be 100644 --- a/print/tex-colortbl/Makefile +++ b/print/tex-colortbl/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.8 2019/12/06 20:19:11 markd Exp $ +# $NetBSD: Makefile,v 1.9 2020/05/01 00:15:11 markd Exp $ DISTNAME= colortbl -PKGNAME= tex-${DISTNAME}-1.0d -TEXLIVE_REV= 49404 +PKGNAME= tex-${DISTNAME}-1.0e +TEXLIVE_REV= 53545 MAINTAINER= minskim@NetBSD.org +HOMEPAGE= https://ctan.org/pkg/colortbl COMMENT= Add colour to LaTeX tables LICENSE= lppl-1.3c @@ -12,6 +13,5 @@ DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools -TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |