diff options
author | markd <markd@pkgsrc.org> | 2021-02-26 21:09:25 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2021-02-26 21:09:25 +0000 |
commit | 7cfee49e50525c4ab1d9aeec8af99ba7974ae55f (patch) | |
tree | ec8255e31182bd1800ac338e3b0ce4f37ecd2f2d /print/tex-colortbl | |
parent | 175d2e15594b756689a5ba669bce9e43a9404318 (diff) | |
download | pkgsrc-7cfee49e50525c4ab1d9aeec8af99ba7974ae55f.tar.gz |
tex-colortbl: bump PKGREVISION for dependency change
Diffstat (limited to 'print/tex-colortbl')
-rw-r--r-- | print/tex-colortbl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/tex-colortbl/Makefile b/print/tex-colortbl/Makefile index 724a7d2c5f9..28ed1761ef7 100644 --- a/print/tex-colortbl/Makefile +++ b/print/tex-colortbl/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2021/02/26 06:21:04 mef Exp $ +# $NetBSD: Makefile,v 1.11 2021/02/26 21:09:25 markd Exp $ DISTNAME= colortbl PKGNAME= tex-${DISTNAME}-1.0e +PKGREVISION= 1 TEXLIVE_REV= 53545 MAINTAINER= minskim@NetBSD.org @@ -9,7 +10,6 @@ HOMEPAGE= https://ctan.org/pkg/colortbl COMMENT= Add colour to LaTeX tables LICENSE= lppl-1.3c -#EPENDS+= 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 |