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 | 07482bf6e48a0129f94d1799810fa8efabbf4cba (patch) | |
tree | daddde3a2eeea04c8d6415f5f4b4b024ae200075 /print/tex-rotating | |
parent | d67199740544f3bb696206299fafc2cc4bbc7cdf (diff) | |
download | pkgsrc-07482bf6e48a0129f94d1799810fa8efabbf4cba.tar.gz |
tex-bin-latex was replaced with tex-latex-bin in TeX Live 2009.
Diffstat (limited to 'print/tex-rotating')
-rw-r--r-- | print/tex-rotating/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/tex-rotating/Makefile b/print/tex-rotating/Makefile index 541c3e20fb8..e8106492d01 100644 --- a/print/tex-rotating/Makefile +++ b/print/tex-rotating/Makefile @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/04/29 18:27:58 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2010/02/19 18:19:45 minskim Exp $ # TeX Live Revision 12557 DISTNAME= rotating PKGNAME= tex-${DISTNAME}-2.16a +PKGREVISION= 1 MAINTAINER= minskim@NetBSD.org COMMENT= Rotation tools including rotated full-page floats CONFLICTS+= teTeX-texmf<=3.0nb13 -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-latex-[0-9]*:../../print/tex-latex |