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:           Sun Jun 19 21:14:35 UTC 2016

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

Log Message:
Add dependency on tex-graphics-cfg


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 pkgsrc/print/tex-xcolor/Makefile:1.5
--- pkgsrc/print/tex-xcolor/Makefile:1.4        Thu Jun 16 04:06:18 2016
+++ pkgsrc/print/tex-xcolor/Makefile    Sun Jun 19 21:14:35 2016
@@ -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 @@ COMMENT=       Driver-independent color extens
 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