diff options
Diffstat (limited to 'net/py-dns')
-rw-r--r-- | net/py-dns/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-dns/Makefile b/net/py-dns/Makefile index 27249734390..c2a1f8c252d 100644 --- a/net/py-dns/Makefile +++ b/net/py-dns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2014/05/09 07:37:15 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2015/12/05 21:25:53 adam Exp $ DISTNAME= dnspython-1.11.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-/-/} @@ -11,7 +11,7 @@ COMMENT= Python DNS toolkit (python-2.x version) LICENSE= modified-bsd USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" |