Skip to content

Commit

Permalink
Comment out dependency again as it introduces a cycle.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsonn committed Nov 4, 2023
1 parent 44d962f commit ff0d320
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions print/tex-pdfmanagement-testphase/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 2023/11/03 13:35:06 joerg Exp $
# $NetBSD: Makefile,v 1.8 2023/11/04 19:40:29 joerg Exp $

DISTNAME= pdfmanagement-testphase
PKGNAME= tex-${DISTNAME}-0.95x
Expand All @@ -11,7 +11,8 @@ COMMENT= LaTeX PDF management testphase bundle
LICENSE= lppl-1.3c

DEPENDS+= tex-l3experimental-[0-9]*:../../devel/tex-l3experimental
DEPENDS+= tex-latex-lab-[0-9]*:../../print/tex-latex-lab
# Cyclic dependency
#DEPENDS+= tex-latex-lab-[0-9]*:../../print/tex-latex-lab
DEPENDS+= tex-colorprofiles-[0-9]*:../../print/tex-colorprofiles

.include "../../print/texlive/package.mk"
Expand Down

0 comments on commit ff0d320

Please sign in to comment.