diff options
author | minskim <minskim@pkgsrc.org> | 2011-03-18 23:29:38 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-03-18 23:29:38 +0000 |
commit | d4cf49d3bafb2739677a65681714bafc31f3da34 (patch) | |
tree | 186b0769a3704a460850b0ad9bc24e0dcc848d86 /print | |
parent | 6ccf9a2d30418505561bf84505d13f40c69c626e (diff) | |
download | pkgsrc-d4cf49d3bafb2739677a65681714bafc31f3da34.tar.gz |
Let tex-IEEEtran depend on a newer version of tex-psnfss so that all
fonts for comsoc styls are ready.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-IEEEtran/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/print/tex-IEEEtran/Makefile b/print/tex-IEEEtran/Makefile index 62855f6cb70..dacdb79e4e1 100644 --- a/print/tex-IEEEtran/Makefile +++ b/print/tex-IEEEtran/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2010/05/10 23:55:40 minskim Exp $ +# $NetBSD: Makefile,v 1.17 2011/03/18 23:29:38 minskim Exp $ DISTNAME= IEEEtran PKGNAME= tex-${DISTNAME}-1.7a -PKGREVISION= 3 +PKGREVISION= 4 TEXLIVE_REV= 15878 MAINTAINER= minskim@NetBSD.org @@ -10,8 +10,7 @@ HOMEPAGE= http://www.michaelshell.org/tex/ieeetran/ COMMENT= LaTeX class for IEEE journals and conferences DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin -DEPENDS+= tex-psnfss-[0-9]*:../../fonts/tex-psnfss -DEPENDS+= tex-times-[0-9]*:../../fonts/tex-times +DEPENDS+= tex-psnfss>=9.2anb2:../../fonts/tex-psnfss .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |