diff options
author | kim <kim@pkgsrc.org> | 2003-09-26 00:20:32 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2003-09-26 00:20:32 +0000 |
commit | 324c1d74c62810fa3e43400b8d3edb2d1b3f4496 (patch) | |
tree | 8e0ace18becc65fd6c793be8d01c1a46a8345036 /mail/tmda/Makefile | |
parent | 6e6da1469235db54330695a8c33bb81387fbbea5 (diff) | |
download | pkgsrc-324c1d74c62810fa3e43400b8d3edb2d1b3f4496.tar.gz |
Works with more Python versions.
Diffstat (limited to 'mail/tmda/Makefile')
-rw-r--r-- | mail/tmda/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/tmda/Makefile b/mail/tmda/Makefile index 536983e08d2..9a765c037be 100644 --- a/mail/tmda/Makefile +++ b/mail/tmda/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2003/09/23 01:57:18 kim Exp $ +# $NetBSD: Makefile,v 1.15 2003/09/26 00:20:32 kim Exp $ # DISTNAME= tmda-0.84 @@ -11,7 +11,7 @@ MAINTAINER= kim@tac.nyc.ny.us HOMEPAGE= http://tmda.net/ COMMENT= Python-based SPAM reduction system -PYTHON_VERSIONS_ACCEPTED= 22 21 +PYTHON_VERSIONS_ACCEPTED= 23 23pth 22 22pth 21 21pth PY_PATCHPLIST= # defined PYTHON_PATCH_SCRIPTS= ${TMDA_PROGRAMS} |