diff options
author | pav <pav@FreeBSD.org> | 2004-12-15 06:35:01 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-12-15 06:35:01 +0800 |
commit | efd36effbccb17dcc28ca995b58d62ea4fe5edba (patch) | |
tree | 7044517168026d756489294c67296b95c8cd9485 /mail/py-email | |
parent | c4ebbcc0ce872f788f9e2be63840e9bb5b56de5b (diff) | |
download | freebsd-ports-gnome-efd36effbccb17dcc28ca995b58d62ea4fe5edba.tar.gz freebsd-ports-gnome-efd36effbccb17dcc28ca995b58d62ea4fe5edba.tar.zst freebsd-ports-gnome-efd36effbccb17dcc28ca995b58d62ea4fe5edba.zip |
- Mark IGNORE on python 2.2 and newer - it's now part of base Python install
PR: ports/75044
Submitted by: Gerhard Schmidt <estartu@augsuta.de.augusta.de> (maintainer)
Diffstat (limited to 'mail/py-email')
-rw-r--r-- | mail/py-email/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/py-email/Makefile b/mail/py-email/Makefile index a97a79d291d8..5c713f11e2b7 100644 --- a/mail/py-email/Makefile +++ b/mail/py-email/Makefile @@ -20,4 +20,10 @@ DIST_SUBDIR= python USE_PYTHON= yes USE_PYDISTUTILS=yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PYTHON_REL} >= 220 +IGNORE= is part of the Python base distribution since python 2.2 +.endif + +.include <bsd.port.post.mk> |