diff options
Diffstat (limited to 'devel/py-kqueue/Makefile')
-rw-r--r-- | devel/py-kqueue/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-kqueue/Makefile b/devel/py-kqueue/Makefile index 97f98dbe66d..0428cffcfca 100644 --- a/devel/py-kqueue/Makefile +++ b/devel/py-kqueue/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2018/07/03 05:03:12 adam Exp $ +# $NetBSD: Makefile,v 1.20 2019/04/26 13:13:52 maya Exp $ DISTNAME= py-kqueue-2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py-//} @@ -18,7 +18,7 @@ PKG_SKIP_REASON+= "${PKGNAME} is not available for ${MACHINE_PLATFORM}; needs OS .endif EGG_NAME= ${DISTNAME:S/py-//} -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 2.0 +PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 2.0 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" |