diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2009-07-16 13:27:06 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2009-07-16 13:27:06 +0800 |
commit | 6630bd7a174b15cc8fbe355ee6eced5ff8fda236 (patch) | |
tree | d89d8d960b8dc8c5ac5fcce2c08e070c38fbec3b /mail | |
parent | 7bf0b1e6c196229e4ddedf61bca2d44add166800 (diff) | |
download | freebsd-ports-gnome-6630bd7a174b15cc8fbe355ee6eced5ff8fda236.tar.gz freebsd-ports-gnome-6630bd7a174b15cc8fbe355ee6eced5ff8fda236.tar.zst freebsd-ports-gnome-6630bd7a174b15cc8fbe355ee6eced5ff8fda236.zip |
- 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)
Diffstat (limited to 'mail')
-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> |