diff options
-rw-r--r-- | net/py-libdnet/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/py-libdnet/Makefile b/net/py-libdnet/Makefile index 5b38e588fe6..a24de54bc06 100644 --- a/net/py-libdnet/Makefile +++ b/net/py-libdnet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/03/04 21:30:23 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2006/06/06 20:36:17 joerg Exp $ # DISTNAME= libdnet-1.10 @@ -14,6 +14,7 @@ COMMENT= Python wrapper for libdnet GNU_CONFIGURE= yes PYDISTUTILSPKG= yes PYSETUPSUBDIR= python +PYTHON_VERSIONS_ACCEPTED= 24 23 22 .include "../../lang/python/extension.mk" .include "../../net/libdnet/buildlink3.mk" |