diff options
Diffstat (limited to 'devel/py-newt/Makefile')
-rw-r--r-- | devel/py-newt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-newt/Makefile b/devel/py-newt/Makefile index e9d68855d2e..34e3c5a4a31 100644 --- a/devel/py-newt/Makefile +++ b/devel/py-newt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2018/03/22 08:14:52 adam Exp $ +# $NetBSD: Makefile,v 1.16 2018/07/03 05:03:12 adam Exp $ DISTNAME= newt-0.52.16 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -19,7 +19,7 @@ USE_LIBTOOL= yes PKGCONFIG_OVERRIDE+= libnewt.pc.in PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 pre-configure: cd ${WRKSRC}; \ |