From 42f833adbe05925cb40ebe792365228ace3d1190 Mon Sep 17 00:00:00 2001 From: joerg Date: Sun, 4 Jun 2006 12:00:58 +0000 Subject: Doesn't support Python 2.2, should support 2.4. --- textproc/py-Lupy/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/textproc/py-Lupy/Makefile b/textproc/py-Lupy/Makefile index fa3e1d0509c..4518347338a 100644 --- a/textproc/py-Lupy/Makefile +++ b/textproc/py-Lupy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/03/04 21:30:51 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2006/06/04 12:00:58 joerg Exp $ # DISTNAME= Lupy-0.2.1 @@ -14,7 +14,7 @@ COMMENT= Full-text indexer and search engine PY_PATCHPLIST= yes PYDISTUTILSPKG= yes -PYTHON_VERSIONS_ACCEPTED= 23 22 +PYTHON_VERSIONS_ACCEPTED= 24 23 .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3