- 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)
This commit is contained in:
Pav Lucistnik 2004-12-14 22:35:01 +00:00
parent 03b1f265cd
commit 45bcf48fbf
3 changed files with 21 additions and 3 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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>