diff options
author | jmelo <jmelo@FreeBSD.org> | 2006-10-11 21:13:33 +0800 |
---|---|---|
committer | jmelo <jmelo@FreeBSD.org> | 2006-10-11 21:13:33 +0800 |
commit | c29df796aa7a2dcddd7d8c4d01f872104fe40a7a (patch) | |
tree | 5ab16a267ae7c97f082cabda675d8fa002f55f3b /mail/mailman | |
parent | 538283daaef1e70c83d093b99fbd672c870db908 (diff) | |
download | freebsd-ports-gnome-c29df796aa7a2dcddd7d8c4d01f872104fe40a7a.tar.gz freebsd-ports-gnome-c29df796aa7a2dcddd7d8c4d01f872104fe40a7a.tar.zst freebsd-ports-gnome-c29df796aa7a2dcddd7d8c4d01f872104fe40a7a.zip |
- Japanese Codecs in pythonlib bundled with mailman do not work with python 2.5, change port to use python 2.4.
PR: ports/104240
Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
Approved by: portmgr (erwin)
Diffstat (limited to 'mail/mailman')
-rw-r--r-- | mail/mailman/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mailman/Makefile b/mail/mailman/Makefile index c177995737fe..4fa7208ef05b 100644 --- a/mail/mailman/Makefile +++ b/mail/mailman/Makefile @@ -25,7 +25,7 @@ OPTIONS= SENDMAIL "for use with sendmail" off \ HTDIG "htdig integration patches" off HAS_CONFIGURE= yes -USE_PYTHON= yes +USE_PYTHON= 2.4 CONFIGURE_ARGS= --prefix=${MAILMANDIR} --with-python=${PYTHON_CMD} \ --with-username=${MM_USERNAME} \ --with-groupname=${MM_GROUPNAME} \ |