diff options
author | markd <markd@pkgsrc.org> | 2016-06-19 21:11:44 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2016-06-19 21:11:44 +0000 |
commit | a203e8466580a2c68ef5dd3630c1530a832ef05d (patch) | |
tree | 5a3799a46b0a85aac619809dd84931c4ad12d799 /print | |
parent | 4a1933e78efb9789f5b80443961456ea5e29dfa0 (diff) | |
download | pkgsrc-a203e8466580a2c68ef5dd3630c1530a832ef05d.tar.gz |
Add dependency on tex-graphics-cfg
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-graphics/Makefile | 4 | ||||
-rw-r--r-- | print/tex-xcolor/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/print/tex-graphics/Makefile b/print/tex-graphics/Makefile index 1cca4c55781..378da6c42f3 100644 --- a/print/tex-graphics/Makefile +++ b/print/tex-graphics/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2016/06/16 04:06:04 markd Exp $ +# $NetBSD: Makefile,v 1.10 2016/06/19 21:11:44 markd Exp $ DISTNAME= graphics PKGNAME= tex-${DISTNAME}-1.0r +PKGREVISION= 1 TEXLIVE_REV= 41015 MAINTAINER= minskim@NetBSD.org @@ -10,6 +11,7 @@ COMMENT= Standard LaTeX graphics LICENSE= lppl-1.3c CONFLICTS+= teTeX-texmf<=3.0nb13 +DEPENDS+= tex-graphics-cfg-[0-9]*:../../print/tex-graphics-cfg DEPENDS+= tex-pdftex-def-[0-9]*:../../print/tex-pdftex-def .include "../../print/texlive/package.mk" diff --git a/print/tex-xcolor/Makefile b/print/tex-xcolor/Makefile index 210a0b766e3..f60116fe681 100644 --- a/print/tex-xcolor/Makefile +++ b/print/tex-xcolor/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2016/06/16 04:06:18 markd Exp $ +# $NetBSD: Makefile,v 1.5 2016/06/19 21:14:35 markd Exp $ DISTNAME= xcolor PKGNAME= tex-${DISTNAME}-2.12 +PKGREVISION= 1 TEXLIVE_REV= 41044 MAINTAINER= pkgsrc-users@NetBSD.org @@ -9,6 +10,7 @@ COMMENT= Driver-independent color extensions for LaTeX and pdfLaTeX LICENSE= lppl-1.2 CONFLICTS+= teTeX-texmf<=3.0nb22 +DEPENDS+= tex-graphics-cfg-[0-9]*:../../print/tex-graphics-cfg .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |