aboutsummaryrefslogtreecommitdiffstats
path: root/mail/py-email
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-12-15 06:35:01 +0800
committerpav <pav@FreeBSD.org>2004-12-15 06:35:01 +0800
commitefd36effbccb17dcc28ca995b58d62ea4fe5edba (patch)
tree7044517168026d756489294c67296b95c8cd9485 /mail/py-email
parentc4ebbcc0ce872f788f9e2be63840e9bb5b56de5b (diff)
downloadfreebsd-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/Makefile8
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>