diff options
author | minskim <minskim@pkgsrc.org> | 2009-07-16 23:59:32 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-07-16 23:59:32 +0000 |
commit | 037f8c7c90a56c85d2d9a76861ebc49c26bef580 (patch) | |
tree | 68447f8839b7f24b0dd56e0af04e34f01729ec50 /print | |
parent | 81a68c4df935cdde555d2a448ecf284d82e00fc8 (diff) | |
download | pkgsrc-037f8c7c90a56c85d2d9a76861ebc49c26bef580.tar.gz |
tex-ltxmisc depends on tex-courier.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-ltxmisc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/tex-ltxmisc/Makefile b/print/tex-ltxmisc/Makefile index 1ff4ac95537..d28510c27eb 100644 --- a/print/tex-ltxmisc/Makefile +++ b/print/tex-ltxmisc/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/04/28 19:07:42 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2009/07/16 23:59:32 minskim Exp $ # TeX Live Revision 12680 DISTNAME= ltxmisc PKGNAME= tex-${DISTNAME}-2008.12680 +PKGREVISION= 1 MAINTAINER= minskim@NetBSD.org COMMENT= Miscellaneous LaTeX packages @@ -10,6 +11,7 @@ COMMENT= Miscellaneous LaTeX packages DEPENDS+= tex-amsmath-[0-9]*:../../print/tex-amsmath DEPENDS+= tex-amsfonts-[0-9]*:../../fonts/tex-amsfonts DEPENDS+= tex-bin-latex-[0-9]*:../../print/tex-bin-latex +DEPENDS+= tex-courier-[0-9]*:../../fonts/tex-courier DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex DEPENDS+= tex-natbib-[0-9]*:../../print/tex-natbib |