diff options
Diffstat (limited to 'net/py-eventlib/Makefile')
-rw-r--r-- | net/py-eventlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-eventlib/Makefile b/net/py-eventlib/Makefile index f284e0738ee..475cc5f66af 100644 --- a/net/py-eventlib/Makefile +++ b/net/py-eventlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2018/07/03 05:03:28 adam Exp $ +# $NetBSD: Makefile,v 1.18 2019/04/26 13:14:09 maya Exp $ DISTNAME= eventlib-0.1.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -19,7 +19,7 @@ DEPENDS+= ${PYPKGPREFIX}-django>=1.4.1:../../www/py-django USE_LANGUAGES= # none PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE+= 34 35 36 37 # not yet ported as of 0.1.5 +PYTHON_VERSIONS_INCOMPATIBLE+= 36 37 # not yet ported as of 0.1.5 post-install: ${MV} ${DESTDIR}${PREFIX}/bin/eventlib \ |