summaryrefslogtreecommitdiffstats
path: root/mail/py-email2
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-12-14 22:35:01 +0000
committerpav <pav@FreeBSD.org>2004-12-14 22:35:01 +0000
commitefd36effbccb17dcc28ca995b58d62ea4fe5edba (patch)
tree7044517168026d756489294c67296b95c8cd9485 /mail/py-email2
parentc4ebbcc0ce872f788f9e2be63840e9bb5b56de5b (diff)
downloadFreeBSD-ports-efd36effbccb17dcc28ca995b58d62ea4fe5edba.zip
FreeBSD-ports-efd36effbccb17dcc28ca995b58d62ea4fe5edba.tar.gz
- 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-email2')
-rw-r--r--mail/py-email2/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/py-email2/Makefile b/mail/py-email2/Makefile
index a97a79d..5c713f1 100644
--- a/mail/py-email2/Makefile
+++ b/mail/py-email2/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>
OpenPOWER on IntegriCloud