diff options
Diffstat (limited to 'www/py-python-digest/Makefile')
-rw-r--r-- | www/py-python-digest/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-python-digest/Makefile b/www/py-python-digest/Makefile index e530ff32b45..4478a32b989 100644 --- a/www/py-python-digest/Makefile +++ b/www/py-python-digest/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2017/09/16 19:27:24 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2018/07/03 05:03:40 adam Exp $ DISTNAME= python-digest-1.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ LICENSE= modified-bsd USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |