diff options
author | wiz <wiz> | 2014-01-20 11:10:04 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-01-20 11:10:04 +0000 |
commit | e7a0201976615627c9d4dc27abf1c65a06e2ac67 (patch) | |
tree | 7d96aadf25a9f9bd3a5e6c4d6ec5df988c456f31 /x11 | |
parent | bad5e724625846a15f76b0807638b59024388157 (diff) | |
download | pkgsrc-e7a0201976615627c9d4dc27abf1c65a06e2ac67.tar.gz |
Mark python-3.x as allowed.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/py-Pmw2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/py-Pmw2/Makefile b/x11/py-Pmw2/Makefile index 7da773427e4..54d32ddb2fe 100644 --- a/x11/py-Pmw2/Makefile +++ b/x11/py-Pmw2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/01/18 19:49:32 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2014/01/20 11:10:04 wiz Exp $ DISTNAME= Pmw_2_0_0-rc1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/:S/_/./g:S/-rc/rc/} @@ -22,6 +22,7 @@ REPLACE_PYTHON+= Pmw/Pmw_2_0_0/demos/All.py REPLACE_PYTHON+= Pmw/Pmw_2_0_0/tests/All.py PYTHON_VERSIONS_INCOMPATIBLE= 26 27 +PYTHON_VERSIONS_INCLUDE_3X= yes .include "../../lang/python/application.mk" .include "../../lang/python/distutils.mk" |