diff options
Diffstat (limited to 'net/py-dpkt/Makefile')
-rw-r--r-- | net/py-dpkt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-dpkt/Makefile b/net/py-dpkt/Makefile index 9715feb4e3c..14be7dda63a 100644 --- a/net/py-dpkt/Makefile +++ b/net/py-dpkt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2017/09/04 18:55:09 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2018/07/03 05:03:28 adam Exp $ DISTNAME= dpkt-1.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= modified-bsd USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.8 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 1.8 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" |