pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/tex-xcolor



Module Name:    pkgsrc
Committed By:   markd
Date:           Tue Jul  3 21:11:47 UTC 2018

Modified Files:
        pkgsrc/print/tex-xcolor: Makefile

Log Message:
tex-xcolor: add some dependencies used under certain options.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/print/tex-xcolor/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/tex-xcolor/Makefile
diff -u pkgsrc/print/tex-xcolor/Makefile:1.6 pkgsrc/print/tex-xcolor/Makefile:1.7
--- pkgsrc/print/tex-xcolor/Makefile:1.6        Wed Sep  6 16:49:46 2017
+++ pkgsrc/print/tex-xcolor/Makefile    Tue Jul  3 21:11:46 2018
@@ -1,15 +1,17 @@
-# $NetBSD: Makefile,v 1.6 2017/09/06 16:49:46 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2018/07/03 21:11:46 markd Exp $
 
 DISTNAME=      xcolor
 PKGNAME=       tex-${DISTNAME}-2.12
-PKGREVISION=   1
+PKGREVISION=   2
 TEXLIVE_REV=   41044
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Driver-independent color extensions for LaTeX and pdfLaTeX
 LICENSE=       lppl-1.2
 
+DEPENDS+=      tex-colortbl-[0-9]*:../../print/tex-colortbl
 DEPENDS+=      tex-graphics-cfg-[0-9]*:../../print/tex-graphics-cfg
+DEPENDS+=      tex-oberdiek-[0-9]*:../../print/tex-oberdiek
 
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index