diff options
Diffstat (limited to 'textproc/py-Lupy/Makefile')
-rw-r--r-- | textproc/py-Lupy/Makefile | 4 |
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" |