diff options
author | linimon <linimon@FreeBSD.org> | 2004-12-20 02:14:59 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-12-20 02:14:59 +0800 |
commit | cb3a1ab81f6871a33fe1268a1f883fc13540e3d6 (patch) | |
tree | 948a82fc34b0be9b86eaaeb66066898d138add5f /lang | |
parent | 92344df51256eef745208e28971fa17065d8aeb4 (diff) | |
download | freebsd-ports-graphics-cb3a1ab81f6871a33fe1268a1f883fc13540e3d6.tar.gz freebsd-ports-graphics-cb3a1ab81f6871a33fe1268a1f883fc13540e3d6.tar.zst freebsd-ports-graphics-cb3a1ab81f6871a33fe1268a1f883fc13540e3d6.zip |
Tweak up the IGNORE Makevar.
Diffstat (limited to 'lang')
-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 e35d5c9b68c..261ec293a0e 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> |