diff options
Diffstat (limited to 'net/py-libdnet/Makefile')
-rw-r--r-- | net/py-libdnet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-libdnet/Makefile b/net/py-libdnet/Makefile index 93907c06be4..9ced3fbc516 100644 --- a/net/py-libdnet/Makefile +++ b/net/py-libdnet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2015/12/05 21:25:53 adam Exp $ +# $NetBSD: Makefile,v 1.15 2016/07/09 13:04:00 wiz Exp $ DISTNAME= libdnet-1.12 PKGNAME= ${PYPKGPREFIX}-libdnet-1.12 @@ -14,7 +14,7 @@ LICENSE= modified-bsd GNU_CONFIGURE= yes PYSETUPSUBDIR= python -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.12 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.12 EGG_NAME= ${DISTNAME:S/^lib//} |