diff options
Diffstat (limited to 'graphics/py-piddle/Makefile')
-rw-r--r-- | graphics/py-piddle/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-piddle/Makefile b/graphics/py-piddle/Makefile index ac8b9932028..b2ce06c2490 100644 --- a/graphics/py-piddle/Makefile +++ b/graphics/py-piddle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2017/01/01 14:43:43 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2018/07/03 05:03:20 adam Exp $ DISTNAME= piddle-1.0.15 PKGREVISION= 3 @@ -12,7 +12,7 @@ COMMENT= Python Plug In Drawing, Does Little Else USE_LANGUAGES= # empty -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" |