diff options
author | kim <kim> | 2004-12-13 15:20:37 +0000 |
---|---|---|
committer | kim <kim> | 2004-12-13 15:20:37 +0000 |
commit | d7249a835fa8fd575c202e13e54ed652d8e6fd5f (patch) | |
tree | 87c518c663deb55500701dfc3932c2f4a3d731af | |
parent | 89d41281241a54eb5e08e38c66323f8b618ab65f (diff) | |
download | pkgsrc-d7249a835fa8fd575c202e13e54ed652d8e6fd5f.tar.gz |
Accept python 24 and 24pth
-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 2270672f5ee..dca0348e6a7 100644 --- a/mail/tmda/Makefile +++ b/mail/tmda/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2004/06/13 10:59:31 schmonz Exp $ +# $NetBSD: Makefile,v 1.21 2004/12/13 15:20:37 kim Exp $ # DISTNAME= tmda-1.0.3 @@ -17,7 +17,7 @@ PYTHON_PATCH_SCRIPTS= ${TMDA_PROGRAMS} PKG_SYSCONFSUBDIR= ${PKGBASE} -PYTHON_VERSIONS_ACCEPTED= 23 23pth 22 22pth +PYTHON_VERSIONS_ACCEPTED= 24 24pth 23 23pth 22 22pth PKG_GROUPS= tofmipd PKG_USERS= tofmipd:tofmipd::TMDA\\ ofmipd\\ User |