diff options
author | joerg <joerg@pkgsrc.org> | 2011-12-03 00:02:14 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-12-03 00:02:14 +0000 |
commit | 0331370493f9c554566fd9da9ff4ebd1b7c30875 (patch) | |
tree | 91980d7516c0a1d7951f6b3e9a7efbf4077abf95 /x11/py-Tk | |
parent | 62aa4b74831b153ddc6b9ba4c0c77d5708e6496f (diff) | |
download | pkgsrc-0331370493f9c554566fd9da9ff4ebd1b7c30875.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/Makefile | 4 |
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 |