diff options
author | minskim <minskim> | 2010-01-30 00:26:09 +0000 |
---|---|---|
committer | minskim <minskim> | 2010-01-30 00:26:09 +0000 |
commit | ffa456b9863d18f9513f236fd92ebcbcb4a7ec73 (patch) | |
tree | 9399221c221d64f5f2b9766810d12100f8dfbe8a /print | |
parent | ba5b4924e240c4068de75386223f43770c159804 (diff) | |
download | pkgsrc-ffa456b9863d18f9513f236fd92ebcbcb4a7ec73.tar.gz |
Replace tex-bin-kpathsea (TeX Live 2008) with tex-kpathsea (TeX Live 2009).
Diffstat (limited to 'print')
-rw-r--r-- | print/teTeX3-bin/Makefile | 6 | ||||
-rw-r--r-- | print/tex-bin-latex/Makefile | 6 | ||||
-rw-r--r-- | print/tex-pdftex/Makefile | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/print/teTeX3-bin/Makefile b/print/teTeX3-bin/Makefile index 0103a3baed7..fc18d83a7c9 100644 --- a/print/teTeX3-bin/Makefile +++ b/print/teTeX3-bin/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.55 2010/01/29 21:46:19 minskim Exp $ +# $NetBSD: Makefile,v 1.56 2010/01/30 00:26:10 minskim Exp $ DISTNAME= tetex-src-3.0 PKGNAME= ${DISTNAME:C/tetex/teTeX/:C/src/bin/} -PKGREVISION= 40 +PKGREVISION= 41 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/unix/teTeX/3.0/distrib/} @@ -14,9 +14,9 @@ PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= makeindexk-[0-9]*:../../textproc/makeindexk DEPENDS+= teTeX-texmf>=3.0nb14:../../print/teTeX3-texmf -DEPENDS+= tex-bin-kpathsea-[0-9]*:../../print/tex-bin-kpathsea DEPENDS+= tex-bin-latex-[0-9]*:../../print/tex-bin-latex DEPENDS+= tex-bin-metafont-[0-9]*:../../fonts/tex-bin-metafont +DEPENDS+= tex-kpathsea-[0-9]*:../../print/tex-kpathsea DEPENDS+= tex-pdftex-[0-9]*:../../print/tex-pdftex DEPENDS+= tex-tex-[0-9]*:../../print/tex-tex DEPENDS+= web2c>=7.5.7nb2:../../print/web2c diff --git a/print/tex-bin-latex/Makefile b/print/tex-bin-latex/Makefile index 8f7aed89729..2f504df274a 100644 --- a/print/tex-bin-latex/Makefile +++ b/print/tex-bin-latex/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2009/06/05 21:38:32 minskim Exp $ +# $NetBSD: Makefile,v 1.6 2010/01/30 00:26:10 minskim Exp $ # TeX Live Revision 12778 DISTNAME= bin-latex PKGNAME= tex-${DISTNAME}-2008.12778 -PKGREVISION= 3 +PKGREVISION= 4 DIST_SUBDIR= ${PKGNAME_NOREV}nb1 MAINTAINER= minskim@NetBSD.org @@ -11,7 +11,7 @@ COMMENT= TeX macro package that defines LaTeX CONFLICTS+= teTeX-bin<=3.0nb31 DEPENDS+= tex-babel-[0-9]*:../../print/tex-babel -DEPENDS+= tex-bin-kpathsea-[0-9]*:../../print/tex-bin-kpathsea +DEPENDS+= tex-kpathsea-[0-9]*:../../print/tex-kpathsea DEPENDS+= tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex DEPENDS+= tex-latexconfig-[0-9]*:../../print/tex-latexconfig diff --git a/print/tex-pdftex/Makefile b/print/tex-pdftex/Makefile index 20bbdb01d57..b9d3930ac3b 100644 --- a/print/tex-pdftex/Makefile +++ b/print/tex-pdftex/Makefile @@ -1,18 +1,18 @@ -# $NetBSD: Makefile,v 1.5 2009/07/05 21:32:42 minskim Exp $ +# $NetBSD: Makefile,v 1.6 2010/01/30 00:26:10 minskim Exp $ # TeX Live Revision 12898 DISTNAME= pdftex PKGNAME= tex-${DISTNAME}-1.40.9.12898 -PKGREVISION= 1 +PKGREVISION= 2 MAINTAINER= minskim@NetBSD.org COMMENT= TeX extension for direct creation of PDF CONFLICTS+= teTeX-bin<=3.0nb29 -DEPENDS+= tex-bin-kpathsea-[0-9]*:../../print/tex-bin-kpathsea DEPENDS+= tex-dvips-[0-9]*:../../print/tex-dvips DEPENDS+= tex-etex-[0-9]*:../../print/tex-etex DEPENDS+= tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base +DEPENDS+= tex-kpathsea-[0-9]*:../../print/tex-kpathsea DEPENDS+= tex-plain-[0-9]*:../../print/tex-plain DEPENDS+= web2c-[0-9]*:../../print/web2c |