pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/tex-pdfmanagement-testphase



Module Name:    pkgsrc
Committed By:   joerg
Date:           Fri Nov  3 13:35:07 UTC 2023

Modified Files:
        pkgsrc/print/tex-pdfmanagement-testphase: Makefile

Log Message:
Add some necessary dependencies for this to actually work. Bump
revision.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/print/tex-pdfmanagement-testphase/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-pdfmanagement-testphase/Makefile
diff -u pkgsrc/print/tex-pdfmanagement-testphase/Makefile:1.6 pkgsrc/print/tex-pdfmanagement-testphase/Makefile:1.7
--- pkgsrc/print/tex-pdfmanagement-testphase/Makefile:1.6       Sat Apr  8 10:58:00 2023
+++ pkgsrc/print/tex-pdfmanagement-testphase/Makefile   Fri Nov  3 13:35:06 2023
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2023/04/08 10:58:00 markd Exp $
+# $NetBSD: Makefile,v 1.7 2023/11/03 13:35:06 joerg Exp $
 
 DISTNAME=      pdfmanagement-testphase
 PKGNAME=       tex-${DISTNAME}-0.95x
+PKGREVISION=   1
 TEXLIVE_REV=   66532
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -9,5 +10,9 @@ HOMEPAGE=      https://ctan.org/pkg/pdfmanage
 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
+DEPENDS+=      tex-colorprofiles-[0-9]*:../../print/tex-colorprofiles
+
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index