diff options
author | minskim <minskim@pkgsrc.org> | 2010-02-19 18:19:44 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2010-02-19 18:19:44 +0000 |
commit | da7f67edbdd60a3137d9dee8e7f972d6effeb6a5 (patch) | |
tree | daddde3a2eeea04c8d6415f5f4b4b024ae200075 /print/tex-colortbl | |
parent | 47775cf4a841c5ca9409aefeb51044f1ea93978a (diff) | |
download | pkgsrc-da7f67edbdd60a3137d9dee8e7f972d6effeb6a5.tar.gz |
tex-bin-latex was replaced with tex-latex-bin in TeX Live 2009.
Diffstat (limited to 'print/tex-colortbl')
-rw-r--r-- | print/tex-colortbl/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/tex-colortbl/Makefile b/print/tex-colortbl/Makefile index 6a4ea0e2587..f70185ae14b 100644 --- a/print/tex-colortbl/Makefile +++ b/print/tex-colortbl/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/04/29 04:40:25 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2010/02/19 18:19:44 minskim Exp $ # TeX Live Revision 12408 DISTNAME= colortbl PKGNAME= tex-${DISTNAME}-0.1 +PKGREVISION= 1 MAINTAINER= minskim@NetBSD.org COMMENT= LaTeX package to add color to tables -DEPENDS+= tex-bin-latex-[0-9]*:../../print/tex-bin-latex +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 |