diff options
author | minskim <minskim@pkgsrc.org> | 2010-05-26 05:11:25 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2010-05-26 05:11:25 +0000 |
commit | ef5778eeda033682f3373f301cc92239075c00c1 (patch) | |
tree | c6212e8332791142389519fb727daf5b34246a04 /print/tex-memoir/Makefile | |
parent | 6e05caf40e8e043b9ccdc2910637c1729a923bd4 (diff) | |
download | pkgsrc-ef5778eeda033682f3373f301cc92239075c00c1.tar.gz |
Update tex-memoir{,-doc} to 1.618033988c.6.0f.
- Added makeindex files: memman.gst and memman.ist.
Diffstat (limited to 'print/tex-memoir/Makefile')
-rw-r--r-- | print/tex-memoir/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/tex-memoir/Makefile b/print/tex-memoir/Makefile index 21869f9ac1f..0dade682d3f 100644 --- a/print/tex-memoir/Makefile +++ b/print/tex-memoir/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2009/07/10 23:38:31 minskim Exp $ -# TeX Live Revision 12115 +# $NetBSD: Makefile,v 1.3 2010/05/26 05:11:25 minskim Exp $ DISTNAME= memoir -PKGNAME= tex-${DISTNAME}-1.6180339e.6.0c +PKGNAME= tex-${DISTNAME}-1.618033988c.6.0f +TEXLIVE_REV= 17927 MAINTAINER= minskim@NetBSD.org COMMENT= Typeset fiction, non-fiction and mathematical books @@ -11,5 +11,5 @@ CONFLICTS+= teTeX-texmf<=3.0nb17 DEPENDS+= tex-ifxetex-[0-9]*:../../print/tex-ifxetex DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek -.include "../../print/texlive/module.mk" +.include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |