diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-14 22:35:01 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-14 22:35:01 +0000 |
commit | 45bcf48fbf490bd13aa066d66115cdb0f3cb5ae8 (patch) | |
tree | 0a3a20fe0e7a8410e18a3fc4f62a7cf4c26fa19a /mail/py-mimelib | |
parent | 03b1f265cd3d51dcaa417e9e9fb2896e5ff573a7 (diff) | |
download | ports-45bcf48fbf490bd13aa066d66115cdb0f3cb5ae8.tar.gz ports-45bcf48fbf490bd13aa066d66115cdb0f3cb5ae8.zip |
Notes
Diffstat (limited to 'mail/py-mimelib')
-rw-r--r-- | mail/py-mimelib/Makefile | 8 |
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> |