forked from Lainports/freebsd-ports
- 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:
parent
03b1f265cd
commit
45bcf48fbf
3 changed files with 21 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue