pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/tex-xecjk



Module Name:    pkgsrc
Committed By:   markd
Date:           Fri Sep  2 11:44:57 UTC 2022

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

Log Message:
tex-xecjk: remove cyclic dependency I added in the last update.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/tex-xecjk/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-xecjk/Makefile
diff -u pkgsrc/print/tex-xecjk/Makefile:1.2 pkgsrc/print/tex-xecjk/Makefile:1.3
--- pkgsrc/print/tex-xecjk/Makefile:1.2 Thu Sep  1 11:17:22 2022
+++ pkgsrc/print/tex-xecjk/Makefile     Fri Sep  2 11:44:57 2022
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2022/09/01 11:17:22 markd Exp $
+# $NetBSD: Makefile,v 1.3 2022/09/02 11:44:57 markd Exp $
 
 DISTNAME=      xecjk
 PKGNAME=       tex-${DISTNAME}-3.9.1
+PKGREVISION=   1
 TEXLIVE_REV=   64059
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -9,7 +10,5 @@ HOMEPAGE=      https://ctan.org/pkg/xecjk
 COMMENT=       Support for CJK documents in XeLaTeX
 LICENSE=       lppl-1.3c
 
-DEPENDS+=      tex-ctex-[0-9]*:../../print/tex-ctex
-
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index