pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print Add dependency on tex-graphics-cfg



details:   https://anonhg.NetBSD.org/pkgsrc/rev/da547465b43f
branches:  trunk
changeset: 348881:da547465b43f
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Jun 19 21:11:44 2016 +0000

description:
Add dependency on tex-graphics-cfg

diffstat:

 print/tex-graphics/Makefile |  4 +++-
 print/tex-xcolor/Makefile   |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (42 lines):

diff -r 2dbd5dde25a7 -r da547465b43f print/tex-graphics/Makefile
--- a/print/tex-graphics/Makefile       Sun Jun 19 21:11:22 2016 +0000
+++ b/print/tex-graphics/Makefile       Sun Jun 19 21:11:44 2016 +0000
@@ -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@localhost
@@ -10,6 +11,7 @@
 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 -r 2dbd5dde25a7 -r da547465b43f print/tex-xcolor/Makefile
--- a/print/tex-xcolor/Makefile Sun Jun 19 21:11:22 2016 +0000
+++ b/print/tex-xcolor/Makefile Sun Jun 19 21:11:44 2016 +0000
@@ -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@localhost
@@ -9,6 +10,7 @@
 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"



Home | Main Index | Thread Index | Old Index