summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--print/tex-graphics/Makefile4
-rw-r--r--print/tex-xcolor/Makefile4
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"