pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/py-Tk



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Aug 19 15:01:59 UTC 2024

Modified Files:
        pkgsrc/x11/py-Tk: Makefile

Log Message:
py-Tk: needs setuptools


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/x11/py-Tk/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/py-Tk/Makefile
diff -u pkgsrc/x11/py-Tk/Makefile:1.76 pkgsrc/x11/py-Tk/Makefile:1.77
--- pkgsrc/x11/py-Tk/Makefile:1.76      Sun Aug 18 10:25:34 2024
+++ pkgsrc/x11/py-Tk/Makefile   Mon Aug 19 15:01:59 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.76 2024/08/18 10:25:34 tnn Exp $
+# $NetBSD: Makefile,v 1.77 2024/08/19 15:01:59 tnn Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-Tk-${PY_DISTVERSION}
 PKGREVISION=   8
@@ -11,6 +11,8 @@ LICENSE=      python-software-foundation
 
 USE_GCC_RUNTIME=       yes
 
+TOOL_DEPENDS+=  ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+
 PYDISTUTILSPKG=                yes
 PY_SETUP_SUBST+=       BLPREFIX=${LOCALBASE}
 PY_SETUP_SUBST+=       TCLRTPREFIX=${BUILDLINK_PREFIX.tcl}



Home | Main Index | Thread Index | Old Index