diff options
author | kim <kim> | 2003-09-26 00:20:32 +0000 |
---|---|---|
committer | kim <kim> | 2003-09-26 00:20:32 +0000 |
commit | 776682301675dff66189b8a50d79fd8d440319f5 (patch) | |
tree | 8e0ace18becc65fd6c793be8d01c1a46a8345036 /mail | |
parent | 525dee059473f24cdec94dcf8586b247b438509c (diff) | |
download | pkgsrc-776682301675dff66189b8a50d79fd8d440319f5.tar.gz |
Works with more Python versions.
Diffstat (limited to 'mail')
-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} |