diff options
-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" |