summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjoerg <joerg>2007-03-07 17:35:39 +0000
committerjoerg <joerg>2007-03-07 17:35:39 +0000
commit49b6ede11779aeeb76f608860d59550c6856e92a (patch)
treef7623fd869ea9dc9daaef530355f3b6a97bed93e /net
parentcf3994e39a9e3954b9cbc86f0b8ac0d66eec38f4 (diff)
downloadpkgsrc-49b6ede11779aeeb76f608860d59550c6856e92a.tar.gz
No Python 2.2 support.
Diffstat (limited to 'net')
-rw-r--r--net/py-libdnet/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-libdnet/Makefile b/net/py-libdnet/Makefile
index 21e7e685936..189ee42bd56 100644
--- a/net/py-libdnet/Makefile
+++ b/net/py-libdnet/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2007/03/02 10:52:24 drochner Exp $
+# $NetBSD: Makefile,v 1.7 2007/03/07 17:35:39 joerg Exp $
#
DISTNAME= libdnet-1.12
@@ -14,7 +14,7 @@ COMMENT= Python wrapper for libdnet
GNU_CONFIGURE= yes
PYDISTUTILSPKG= yes
PYSETUPSUBDIR= python
-PYTHON_VERSIONS_ACCEPTED= 24 23 22
+PYTHON_VERSIONS_ACCEPTED= 24 23
.include "../../lang/python/extension.mk"
.include "../../net/libdnet/buildlink3.mk"