pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/tex-cweb



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Sep 22 10:10:08 UTC 2022

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

Log Message:
tex-cweb: add missing dependency on tex-iftex

Used in share/texmf-dist/tex/plain/cweb/cwebmac.tex

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/print/tex-cweb/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-cweb/Makefile
diff -u pkgsrc/print/tex-cweb/Makefile:1.12 pkgsrc/print/tex-cweb/Makefile:1.13
--- pkgsrc/print/tex-cweb/Makefile:1.12 Thu Sep  1 10:26:59 2022
+++ pkgsrc/print/tex-cweb/Makefile      Thu Sep 22 10:10:08 2022
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2022/09/01 10:26:59 markd Exp $
+# $NetBSD: Makefile,v 1.13 2022/09/22 10:10:08 wiz Exp $
 
 DISTNAME=      cweb
 PKGNAME=       tex-${DISTNAME}-4.3.63787
+PKGREVISION=   1
 TEXLIVE_REV=   63787
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -9,6 +10,7 @@ HOMEPAGE=      https://ctan.org/pkg/cwebbin
 COMMENT=       CWEB for ANSI-C/C++ compilers
 
 DEPENDS+=      web2c-[0-9]*:../../print/web2c
+DEPENDS+=      tex-iftex-[0-9]*:../../print/tex-iftex
 
 TEX_TEXMF_DIRS+=       ${PREFIX}/share/texmf-dist
 



Home | Main Index | Thread Index | Old Index