diff options
author | minskim <minskim> | 2010-01-29 18:57:32 +0000 |
---|---|---|
committer | minskim <minskim> | 2010-01-29 18:57:32 +0000 |
commit | 24ba415e90b8805ae02f59b192d0c85edeb370bd (patch) | |
tree | 6a75a479ca7089021509a631f3ca843599c1e389 | |
parent | 2d9cf9993152fd33d006f0cda5498a73223025ba (diff) | |
download | pkgsrc-24ba415e90b8805ae02f59b192d0c85edeb370bd.tar.gz |
Adapt teTeX-texmf to TeX Live 2009.
- Depend on tex-placeins-plain because it was separated from tex-misc.
- Do not use mt-belleek.map.
-rw-r--r-- | print/teTeX3-texmf/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/teTeX3-texmf/Makefile b/print/teTeX3-texmf/Makefile index 3394a076788..ca494674e47 100644 --- a/print/teTeX3-texmf/Makefile +++ b/print/teTeX3-texmf/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.39 2009/09/19 15:45:43 minskim Exp $ +# $NetBSD: Makefile,v 1.40 2010/01/29 18:57:32 minskim Exp $ # DISTNAME= tetex-texmf-3.0 PKGNAME= ${DISTNAME:C/tetex/teTeX/} -PKGREVISION= 21 +PKGREVISION= 22 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/unix/teTeX/3.0/distrib/} @@ -88,6 +88,7 @@ DEPENDS+= tex-nomencl-[0-9]*:../../print/tex-nomencl DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek DEPENDS+= tex-paralist-[0-9]*:../../print/tex-paralist DEPENDS+= tex-placeins-[0-9]*:../../print/tex-placeins +DEPENDS+= tex-placeins-plain-[0-9]*:../../print/tex-placeins-plain DEPENDS+= tex-preprint-[0-9]*:../../print/tex-preprint DEPENDS+= tex-rotating-[0-9]*:../../print/tex-rotating DEPENDS+= tex-rsfs-[0-9]*:../../fonts/tex-rsfs @@ -156,7 +157,6 @@ TEX_MAP_FILES+= mathpple.map TEX_MAP_FILES+= omega.map TEX_MAP_FILES+= pxfonts.map TEX_MAP_FILES+= xypic.map -TEX_MAP_FILES+= mt-belleek.map TEX_MAP_FILES+= urwvn.map TEX_MAP_FILES+= dstroke.map TEX_MIXEDMAP_FILES+= cs.map |