diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-04 12:06:00 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-04 12:06:00 +0000 |
commit | 13ad220ba095679f29f28d87f7a12b94fd716d54 (patch) | |
tree | eca9c38562c69377bdc2a119c08eee096c2ecc42 /textproc/py-textile | |
parent | 0c31b09295b2f91c43703fa9f0eb8ddd92b2dde2 (diff) | |
download | pkgsrc-13ad220ba095679f29f28d87f7a12b94fd716d54.tar.gz |
Needs Python 2.2+
Diffstat (limited to 'textproc/py-textile')
-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" |