summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-06-04 12:00:58 +0000
committerjoerg <joerg@pkgsrc.org>2006-06-04 12:00:58 +0000
commit0c31b09295b2f91c43703fa9f0eb8ddd92b2dde2 (patch)
treef33c84f8cc8ca3d3ce6b70f2df0ebf48a581b306 /textproc
parent276acfc005a0b95350a51a1ba49ba08f1e7da1f6 (diff)
downloadpkgsrc-0c31b09295b2f91c43703fa9f0eb8ddd92b2dde2.tar.gz
Doesn't support Python 2.2, should support 2.4.
Diffstat (limited to 'textproc')
-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"