summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2006-06-04 12:00:58 +0000
committerjoerg <joerg>2006-06-04 12:00:58 +0000
commit42f833adbe05925cb40ebe792365228ace3d1190 (patch)
treef33c84f8cc8ca3d3ce6b70f2df0ebf48a581b306
parenta75c6263cf943baae24d7602d6534d4cd1d63583 (diff)
downloadpkgsrc-42f833adbe05925cb40ebe792365228ace3d1190.tar.gz
Doesn't support Python 2.2, should support 2.4.
-rw-r--r--textproc/py-Lupy/Makefile4
1 files 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"