diff options
author | minskim <minskim@pkgsrc.org> | 2010-05-10 23:12:09 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2010-05-10 23:12:09 +0000 |
commit | a2f4bd0be8df9a98179f1f25bb9ae3dcb4ce80f5 (patch) | |
tree | 087ede4fcbce4dc1251bcf028cdb98182d521e63 /print/tex-elsarticle/Makefile | |
parent | 6a97db17b2eaf211e9c74a8fdb5abe7c901b9f63 (diff) | |
download | pkgsrc-a2f4bd0be8df9a98179f1f25bb9ae3dcb4ce80f5.tar.gz |
Update tex-elsarticle{,-doc} to 1.20.
Changes:
- formatting changes in \appendix.
- margin changes.
- documentation updates.
- other changes and bug fixes.
Diffstat (limited to 'print/tex-elsarticle/Makefile')
-rw-r--r-- | print/tex-elsarticle/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/tex-elsarticle/Makefile b/print/tex-elsarticle/Makefile index 6aece253c24..50105b45a31 100644 --- a/print/tex-elsarticle/Makefile +++ b/print/tex-elsarticle/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/07/22 07:01:38 minskim Exp $ -# TeX Live Revision 10740 +# $NetBSD: Makefile,v 1.2 2010/05/10 23:12:09 minskim Exp $ DISTNAME= elsarticle -PKGNAME= tex-${DISTNAME}-1.0.1 +PKGNAME= tex-${DISTNAME}-1.20 +TEXLIVE_REV= 15878 MAINTAINER= minskim@NetBSD.org COMMENT= Class for articles for submission to Elsevier journals @@ -14,5 +14,5 @@ DEPENDS+= tex-psnfss-[0-9]*:../../fonts/tex-psnfss DEPENDS+= tex-times-[0-9]*:../../fonts/tex-times DEPENDS+= tex-txfonts-[0-9]*:../../fonts/tex-txfonts -.include "../../print/texlive/module.mk" +.include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |