diff options
author | markd <markd@pkgsrc.org> | 2017-12-22 22:08:03 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2017-12-22 22:08:03 +0000 |
commit | 4d7f3099c3f1afa4b7753cdfb150a3e10ef36339 (patch) | |
tree | ded4a68050e76e34b89dd854952778d0080f5c66 /print | |
parent | e9578fc54cc1daea77de58580f00c8dd6d85c9f3 (diff) | |
download | pkgsrc-4d7f3099c3f1afa4b7753cdfb150a3e10ef36339.tar.gz |
tex-latex-bin: add dependency on tex-babel
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-latex-bin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/tex-latex-bin/Makefile b/print/tex-latex-bin/Makefile index 575c2cd27e7..47cc5b64371 100644 --- a/print/tex-latex-bin/Makefile +++ b/print/tex-latex-bin/Makefile @@ -1,13 +1,15 @@ -# $NetBSD: Makefile,v 1.8 2017/09/06 16:49:39 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2017/12/22 22:08:03 markd Exp $ DISTNAME= latex-bin PKGNAME= tex-${DISTNAME}-2016 +PKGREVISION= 1 TEXLIVE_REV= 40963 MAINTAINER= minskim@NetBSD.org COMMENT= LaTeX executables CONFLICTS+= tex-bin-latex<2009 +DEPENDS+= tex-babel>3.14:../../print/tex-babel DEPENDS+= tex-latex>=2012:../../print/tex-latex DEPENDS+= tex-tex-ini-files-[0-9]*:../../print/tex-tex-ini-files SUPERSEDES= tex-bin-latex<2009 |