summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2009-07-16 05:27:06 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2009-07-16 05:27:06 +0000
commit59153044f02caa42236e93124d10986562fbc9d4 (patch)
tree44543e2365490d32dfd8e8df628ae31fa62d7aeb /mail
parent- Update to 1.1.9 (diff)
- Fix Python version requirement, this port works fine with Python 2.4+,
but not 3.0+ PR: ports/136799 Submitted by: Oliver Fromme <olli AT secnetix.de> Approved by: Georg Graf <georg AT graf.priv.at> (maintainer)
Notes
Notes: svn path=/head/; revision=237910
Diffstat (limited to 'mail')
-rw-r--r--mail/py-milter/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/py-milter/Makefile b/mail/py-milter/Makefile
index c78379f05dba..6d549a916e50 100644
--- a/mail/py-milter/Makefile
+++ b/mail/py-milter/Makefile
@@ -21,7 +21,7 @@ LIB_DEPENDS= milter.2:${PORTSDIR}/mail/sendmail
.endif
DIST_SUBDIR= python
-USE_PYTHON= 2.4
+USE_PYTHON= 2.4-2.9
USE_PYDISTUTILS=yes
.include <bsd.port.mk>