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 /lang/py-cxfreeze/Makefile | |
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 'lang/py-cxfreeze/Makefile')
-rw-r--r-- | lang/py-cxfreeze/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/py-cxfreeze/Makefile b/lang/py-cxfreeze/Makefile index 6cb8ef87563..ce85856b85f 100644 --- a/lang/py-cxfreeze/Makefile +++ b/lang/py-cxfreeze/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2011/01/11 11:39:50 drochner Exp $ +# $NetBSD: Makefile,v 1.3 2011/12/03 00:02:15 joerg Exp $ # VERS= 4.2.2 @@ -14,6 +14,8 @@ LICENSE= python-software-foundation PKG_DESTDIR_SUPPORT= user-destdir +PYTHON_VERSIONS_INCLUDE_3X= yes + USE_LANGUAGES= c c++ PYDISTUTILSPKG= yes |