diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-textile/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/py-textile/Makefile b/textproc/py-textile/Makefile index 9dfb8664c29..ef70db1bb99 100644 --- a/textproc/py-textile/Makefile +++ b/textproc/py-textile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/03/04 21:30:51 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2006/06/04 12:06:00 joerg Exp $ # DISTNAME= textile-2 @@ -13,6 +13,7 @@ COMMENT= XHTML generator using a simple markup PYDISTUTILSPKG= yes NO_CONFIGURE= yes +PYTHON_VERSIONS_ACCEPTED= 24 23 22 .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" |