diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/py-dns/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/py-dns/Makefile b/net/py-dns/Makefile index 89b25d3f455..6c69612088b 100644 --- a/net/py-dns/Makefile +++ b/net/py-dns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/02/05 23:10:30 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2006/06/02 16:17:08 joerg Exp $ DISTNAME= dnspython-1.3.3 PKGNAME= ${PYPKGPREFIX}-dns-1.3.3 @@ -12,5 +12,7 @@ COMMENT= Python DNS toolkit PYDISTUTILSPKG= yes +PYTHON_VERSIONS_ACCEPTED= 24 23 22 + .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" |