diff options
Diffstat (limited to 'www/py-webpy')
-rw-r--r-- | www/py-webpy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-webpy/Makefile b/www/py-webpy/Makefile index f6d0b1df86d..cd4a0d1acaa 100644 --- a/www/py-webpy/Makefile +++ b/www/py-webpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2014/05/09 07:37:26 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2015/12/05 21:26:07 adam Exp $ DISTNAME= web.py-0.37 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= public-domain USE_LANGUAGES= #none REPLACE_PYTHON+= web/__init__.py web/utils.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.37 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.37 .include "../../lang/python/application.mk" .include "../../lang/python/distutils.mk" |