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 f797096e7eb..ab43e5a397f 100644
--- a/devel/py-kqueue/Makefile
+++ b/devel/py-kqueue/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2016/07/09 13:03:42 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2017/01/01 14:43:34 wiz 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 # not yet ported as of 2.0
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 2.0
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"