pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/tex-forest



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Sun Dec 10 20:04:25 UTC 2023

Modified Files:
        pkgsrc/graphics/tex-forest: Makefile

Log Message:
tex-forest: Fix dependency paths.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/tex-forest/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/tex-forest/Makefile
diff -u pkgsrc/graphics/tex-forest/Makefile:1.1 pkgsrc/graphics/tex-forest/Makefile:1.2
--- pkgsrc/graphics/tex-forest/Makefile:1.1     Sun Dec 10 02:17:02 2023
+++ pkgsrc/graphics/tex-forest/Makefile Sun Dec 10 20:04:25 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/12/10 02:17:02 riastradh Exp $
+# $NetBSD: Makefile,v 1.2 2023/12/10 20:04:25 riastradh Exp $
 
 DISTNAME=      forest
 PKGNAME=       tex-${DISTNAME}-2.1.5
@@ -9,13 +9,13 @@ HOMEPAGE=     https://ctan.org/pkg/forest
 COMMENT=       Drawing (linguistic) trees
 LICENSE=       lppl-1.3c
 
-DEPENDS+=      tex-elocalloc-[0-9]*:../../print/tex-elocalloc
+DEPENDS+=      tex-elocalloc-[0-9]*:../../devel/tex-elocalloc
 DEPENDS+=      tex-environ-[0-9]*:../../print/tex-environ
-DEPENDS+=      tex-etoolbox-[0-9]*:../../print/tex-etoolbox
-DEPENDS+=      tex-inlinedef-[0-9]*:../../print/tex-inlinedef
-DEPENDS+=      tex-l3packages-[0-9]*:../../print/tex-l3packages
+DEPENDS+=      tex-etoolbox-[0-9]*:../../devel/tex-etoolbox
+DEPENDS+=      tex-inlinedef-[0-9]*:../../devel/tex-inlinedef
+DEPENDS+=      tex-l3packages-[0-9]*:../../devel/tex-l3packages
 DEPENDS+=      tex-pgf-[0-9]*:../../print/tex-pgf
-DEPENDS+=      tex-pgfopts-[0-9]*:../../print/tex-pgfopts
+DEPENDS+=      tex-pgfopts-[0-9]*:../../devel/tex-pgfopts
 
 # catalogue-contact-repository https://github.com/sasozivanovic/forest
 



Home | Main Index | Thread Index | Old Index