pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/py-Tk Since Tcl/Tk is builded threaded these days ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2a012abdddfe
branches:  trunk
changeset: 476903:2a012abdddfe
user:      recht <recht%pkgsrc.org@localhost>
date:      Tue Jun 22 14:43:12 2004 +0000

description:
Since Tcl/Tk is builded threaded these days this package requires a
Python built with threading support. So, allow only python2[123]-pth.

diffstat:

 x11/py-Tk/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r a7c66df1f3ab -r 2a012abdddfe x11/py-Tk/Makefile
--- a/x11/py-Tk/Makefile        Tue Jun 22 14:06:45 2004 +0000
+++ b/x11/py-Tk/Makefile        Tue Jun 22 14:43:12 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2004/06/15 16:19:11 drochner Exp $
+# $NetBSD: Makefile,v 1.29 2004/06/22 14:43:12 recht Exp $
 #
 
 PKGNAME=       ${PYPKGPREFIX}-Tk-0
@@ -24,6 +24,8 @@
 PY_SETUP_SUBST+= X11PREFIX=${X11BASE}
 PY_SETUP_SUBST+= X11RTPREFIX=${X11BASE}
 
+PYTHON_VERSIONS_ACCEPTED=      23pth 22pth 21pth
+
 # ignore errors due to missing files (EXTRACT_ELEMENTS!)
 do-patch:
        (cd ${WRKSRC}; \



Home | Main Index | Thread Index | Old Index