summaryrefslogtreecommitdiff
path: root/devel/py-kqueue/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-kqueue/Makefile')
-rw-r--r--devel/py-kqueue/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-kqueue/Makefile b/devel/py-kqueue/Makefile
index ab43e5a397f..97f98dbe66d 100644
--- a/devel/py-kqueue/Makefile
+++ b/devel/py-kqueue/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2017/01/01 14:43:34 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2018/07/03 05:03:12 adam 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 # not yet ported as of 2.0
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 2.0
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"