summaryrefslogtreecommitdiff
path: root/x11/py-Tk
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2011-12-03 00:02:14 +0000
committerjoerg <joerg@pkgsrc.org>2011-12-03 00:02:14 +0000
commitbbde65f2e00b8129333e938dbda61639dcfc274d (patch)
tree91980d7516c0a1d7951f6b3e9a7efbf4077abf95 /x11/py-Tk
parent92cdf9b29f1fecfb347d0f402bd4113590150e97 (diff)
downloadpkgsrc-bbde65f2e00b8129333e938dbda61639dcfc274d.tar.gz
Tag the 28 locations that result in a Python 3.1 package as supporting so.
Remove it from the default list for the rest.
Diffstat (limited to 'x11/py-Tk')
-rw-r--r--x11/py-Tk/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/py-Tk/Makefile b/x11/py-Tk/Makefile
index 1b6fcc7d39a..43972526e33 100644
--- a/x11/py-Tk/Makefile
+++ b/x11/py-Tk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2011/07/12 11:25:31 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2011/12/03 00:02:17 joerg Exp $
#
PKGNAME= ${PYPKGPREFIX}-Tk-0
@@ -11,6 +11,8 @@ COMMENT= Tkinter -- Python interface to Tcl/Tk
PKG_DESTDIR_SUPPORT= user-destdir
+PYTHON_VERSIONS_INCLUDE_3X= yes
+
EXTRACT_ELEMENTS= ${PYSUBDIR}/Modules/_tkinter.c \
${PYSUBDIR}/Modules/tkappinit.c
PYDISTUTILSPKG= yes