pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/p5-Tcl-pTk



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Mar  3 06:51:37 UTC 2025

Modified Files:
        pkgsrc/x11/p5-Tcl-pTk: Makefile

Log Message:
p5-Tcl-pTk: fix path to tkimg


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/p5-Tcl-pTk/Makefile

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

Modified files:

Index: pkgsrc/x11/p5-Tcl-pTk/Makefile
diff -u pkgsrc/x11/p5-Tcl-pTk/Makefile:1.6 pkgsrc/x11/p5-Tcl-pTk/Makefile:1.7
--- pkgsrc/x11/p5-Tcl-pTk/Makefile:1.6  Mon Feb 24 10:16:53 2025
+++ pkgsrc/x11/p5-Tcl-pTk/Makefile      Mon Mar  3 06:51:37 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2025/02/24 10:16:53 scole Exp $
+# $NetBSD: Makefile,v 1.7 2025/03/03 06:51:37 wiz Exp $
 
 DISTNAME=      Tcl-pTk-1.11
 PKGNAME=       p5-${DISTNAME}
@@ -22,7 +22,7 @@ MAKE_PARAMS+= --tclsh=${BUILDLINK_PREFIX
 MAKE_PARAMS+=  --no-test-for-tk
 
 # xxx Img tests run but fail with this, maybe too old?
-TEST_DEPENDS+= tkimg-[0-9]*:../../graphics/tk-tkimg
+TEST_DEPENDS+= tkimg-[0-9]*:../../graphics/tkimg
 
 PERL5_PACKLIST=                auto/Tcl/pTk/.packlist
 



Home | Main Index | Thread Index | Old Index