aboutsummaryrefslogtreecommitdiff
path: root/mail/py-mimelib
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-12-14 22:35:01 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-12-14 22:35:01 +0000
commit45bcf48fbf490bd13aa066d66115cdb0f3cb5ae8 (patch)
tree0a3a20fe0e7a8410e18a3fc4f62a7cf4c26fa19a /mail/py-mimelib
parent03b1f265cd3d51dcaa417e9e9fb2896e5ff573a7 (diff)
downloadports-45bcf48fbf490bd13aa066d66115cdb0f3cb5ae8.tar.gz
ports-45bcf48fbf490bd13aa066d66115cdb0f3cb5ae8.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)
Notes
Notes: svn path=/head/; revision=124032
Diffstat (limited to 'mail/py-mimelib')
-rw-r--r--mail/py-mimelib/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/py-mimelib/Makefile b/mail/py-mimelib/Makefile
index a97a79d291d8..5c713f11e2b7 100644
--- a/mail/py-mimelib/Makefile
+++ b/mail/py-mimelib/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>