diff options
author | minskim <minskim@pkgsrc.org> | 2010-01-30 00:26:09 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2010-01-30 00:26:09 +0000 |
commit | 691e4af2c908478529a15eee4651ae6b5f762d59 (patch) | |
tree | 9399221c221d64f5f2b9766810d12100f8dfbe8a /fonts | |
parent | 2ff9815b12f0d01628a7f819ced5e767e23b52d6 (diff) | |
download | pkgsrc-691e4af2c908478529a15eee4651ae6b5f762d59.tar.gz |
Replace tex-bin-kpathsea (TeX Live 2008) with tex-kpathsea (TeX Live 2009).
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/tex-bin-metafont/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fonts/tex-bin-metafont/Makefile b/fonts/tex-bin-metafont/Makefile index 9cff389b455..10663d493b9 100644 --- a/fonts/tex-bin-metafont/Makefile +++ b/fonts/tex-bin-metafont/Makefile @@ -1,17 +1,17 @@ -# $NetBSD: Makefile,v 1.2 2009/04/27 15:53:51 minskim Exp $ +# $NetBSD: Makefile,v 1.3 2010/01/30 00:26:10 minskim Exp $ # TeX Live Revision 12778 DISTNAME= bin-metafont PKGNAME= tex-${DISTNAME}-2008.12778 -PKGREVISION= 1 -DIST_SUBDIR= ${PKGNAME} +PKGREVISION= 2 +DIST_SUBDIR= ${PKGNAME_NOREV}nb1 MAINTAINER= minskim@NetBSD.org COMMENT= METAFONT font design system CONFLICTS+= teTeX-bin<=3.0nb32 CONFLICTS+= teTeX-texmf<=3.0nb13 -DEPENDS+= tex-bin-kpathsea-[0-9]*:../../print/tex-bin-kpathsea +DEPENDS+= tex-kpathsea-[0-9]*:../../print/tex-kpathsea DEPENDS+= tex-metafont-[0-9]*:../../fonts/tex-metafont DEPENDS+= web2c-[0-9]*:../../print/web2c |