diff options
author | minskim <minskim@pkgsrc.org> | 2011-03-18 23:37:39 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-03-18 23:37:39 +0000 |
commit | cc21af1ff876810a0b83cf30a3c72ec19bebf3d7 (patch) | |
tree | ee4ce9961bb1544483938d0c64813080504320e3 /print | |
parent | e41944345ec79c9583648e342e449bf84daa5dad (diff) | |
download | pkgsrc-cc21af1ff876810a0b83cf30a3c72ec19bebf3d7.tar.gz |
Add a missing dependency to tex-a4wide.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-a4wide/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/tex-a4wide/Makefile b/print/tex-a4wide/Makefile index 1e0538ab145..4d4d808314d 100644 --- a/print/tex-a4wide/Makefile +++ b/print/tex-a4wide/Makefile @@ -1,13 +1,15 @@ -# $NetBSD: Makefile,v 1.2 2011/01/19 16:35:06 minskim Exp $ +# $NetBSD: Makefile,v 1.3 2011/03/18 23:37:39 minskim Exp $ DISTNAME= a4wide PKGNAME= tex-${DISTNAME}-2010 +PKGREVISION= 1 TEXLIVE_REV= 20943 MAINTAINER= minskim@NetBSD.org COMMENT= Wide a4 layout for LaTeX CONFLICTS+= tex-ltxmisc<2009 +DEPENDS+= tex-ntgclass-[0-9]*:../../print/tex-ntgclass .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |