diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-06 20:36:17 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-06 20:36:17 +0000 |
commit | a9a46d1b43968d0a8123b8b63fad30d0a0b01737 (patch) | |
tree | de937fe64148dce7fea463f925fa270093ca0fc6 /net | |
parent | e805e569897501942ea3d2ae890d2b0d3645747d (diff) | |
download | pkgsrc-a9a46d1b43968d0a8123b8b63fad30d0a0b01737.tar.gz |
Needs Python 2.2+
Diffstat (limited to 'net')
-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" |