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:   markd
Date:           Thu Jan  2 18:59:05 UTC 2020

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

Log Message:
py-Tk: remove previous - Adam fixed it more generally


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 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.67 pkgsrc/x11/py-Tk/Makefile:1.68
--- pkgsrc/x11/py-Tk/Makefile:1.67      Thu Dec 12 10:46:15 2019
+++ pkgsrc/x11/py-Tk/Makefile   Thu Jan  2 18:59:05 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2019/12/12 10:46:15 markd Exp $
+# $NetBSD: Makefile,v 1.68 2020/01/02 18:59:05 markd Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-Tk-${PY_DISTVERSION}
 PKGREVISION=   5
@@ -35,9 +35,6 @@ PY_SETUP_SUBST+=      X11LIB=\'X11\'
 .if ${_PYTHON_VERSION} >= 27
 EXTRACT_ELEMENTS+=     ${PYSUBDIR}/Modules/tkinter.h
 .endif
-.if ${_PYTHON_VERSION} >= 38
-EXTRACT_ELEMENTS+=     ${PYSUBDIR}/Modules/clinic
-.endif
 
 # ignore errors due to missing files (EXTRACT_ELEMENTS!)
 do-patch:



Home | Main Index | Thread Index | Old Index