diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2009-07-16 05:27:06 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2009-07-16 05:27:06 +0000 |
commit | 59153044f02caa42236e93124d10986562fbc9d4 (patch) | |
tree | 44543e2365490d32dfd8e8df628ae31fa62d7aeb /mail/py-milter | |
parent | 6d09b1dced2a77f6fcbd24b64925528bbffd8adb (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/py-milter')
-rw-r--r-- | mail/py-milter/Makefile | 2 |
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> |