pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/tex-skak



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sat Mar 24 16:50:29 UTC 2018

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

Log Message:
Add missing dependency. Bump revision.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/print/tex-skak/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-skak/Makefile
diff -u pkgsrc/print/tex-skak/Makefile:1.3 pkgsrc/print/tex-skak/Makefile:1.4
--- pkgsrc/print/tex-skak/Makefile:1.3  Wed May  6 09:03:22 2015
+++ pkgsrc/print/tex-skak/Makefile      Sat Mar 24 16:50:29 2018
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2015/05/06 09:03:22 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2018/03/24 16:50:29 joerg Exp $
 
 DISTNAME=      skak
 PKGNAME=       tex-${DISTNAME}-1.5.2
+PKGREVISION=   1
 TEXLIVE_REV=   32758
 
 MAINTAINER=    minskim%NetBSD.org@localhost
@@ -10,6 +11,7 @@ COMMENT=      LaTeX fonts and macros for type
 LICENSE=       lppl-1.3c
 
 DEPENDS+=      tex-chessfss-[0-9]*:../../print/tex-chessfss
+DEPENDS+=      tex-lambda-lists-[0-9]*:../../print/tex-lambda-lists
 
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index