diff options
Diffstat (limited to 'lang/py-compiler')
-rw-r--r-- | lang/py-compiler/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/py-compiler/Makefile b/lang/py-compiler/Makefile index e35d5c9b68cd..261ec293a0ec 100644 --- a/lang/py-compiler/Makefile +++ b/lang/py-compiler/Makefile @@ -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> |