diff options
author | minskim <minskim> | 2011-03-18 23:37:39 +0000 |
---|---|---|
committer | minskim <minskim> | 2011-03-18 23:37:39 +0000 |
commit | eae293ca1dc2bd7980f33dc8f20e19d0fc905e12 (patch) | |
tree | ee4ce9961bb1544483938d0c64813080504320e3 /print | |
parent | f6e5e9462840dcdea96bb8ef80917a7e822e3094 (diff) | |
download | pkgsrc-eae293ca1dc2bd7980f33dc8f20e19d0fc905e12.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" |