Tweak up the IGNORE Makevar.

This commit is contained in:
Mark Linimon 2004-12-19 18:14:59 +00:00
parent 53db77571b
commit 854ba7c203
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124504

View file

@ -25,7 +25,7 @@ WRKSRC= ${PYTHON_WRKSRC}/Tools/${PORTNAME}
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} >= 220
IGNORE= "Part of the standard library from Python 2.2 upwards"
IGNORE= is part of the standard library from Python 2.2 upwards
.endif
.include <bsd.port.post.mk>