diff options
author | joerg <joerg> | 2011-12-03 00:02:14 +0000 |
---|---|---|
committer | joerg <joerg> | 2011-12-03 00:02:14 +0000 |
commit | fa40a4c0eb72e46bf089aa7b184add410dbb1dc5 (patch) | |
tree | 91980d7516c0a1d7951f6b3e9a7efbf4077abf95 /textproc/py-expat | |
parent | 5852319f6042af4be460ce19567e74c01d9c97b4 (diff) | |
download | pkgsrc-fa40a4c0eb72e46bf089aa7b184add410dbb1dc5.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 'textproc/py-expat')
-rw-r--r-- | textproc/py-expat/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/py-expat/Makefile b/textproc/py-expat/Makefile index b2f54f5a43f..6449add87bb 100644 --- a/textproc/py-expat/Makefile +++ b/textproc/py-expat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2011/05/04 11:38:06 obache Exp $ +# $NetBSD: Makefile,v 1.16 2011/12/03 00:02:16 joerg Exp $ # PKGNAME= ${PYPKGPREFIX}-expat-0 @@ -11,6 +11,8 @@ COMMENT= Python interface to expat PKG_DESTDIR_SUPPORT= user-destdir +PYTHON_VERSIONS_INCLUDE_3X= yes + EXTRACT_ELEMENTS= ${PYSUBDIR}/Modules/pyexpat.c PYDISTUTILSPKG= yes |