summaryrefslogtreecommitdiff
path: root/mail/mailman
diff options
context:
space:
mode:
authorJean Milanez Melo <jmelo@FreeBSD.org>2006-10-11 13:13:33 +0000
committerJean Milanez Melo <jmelo@FreeBSD.org>2006-10-11 13:13:33 +0000
commit60dd4b42eb3c97835dfea3fe2e0879df18316f05 (patch)
tree295e0eeb5ea6f1e21422fdc16bf71619e946ddfa /mail/mailman
parentReassign to ports@ by maintainer request. (diff)
- 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)
Notes
Notes: svn path=/head/; revision=175214
Diffstat (limited to 'mail/mailman')
-rw-r--r--mail/mailman/Makefile2
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} \