diff options
Diffstat (limited to 'textproc/p5-Chess-PGN-Parse/Makefile')
-rw-r--r-- | textproc/p5-Chess-PGN-Parse/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-Chess-PGN-Parse/Makefile b/textproc/p5-Chess-PGN-Parse/Makefile index 459358861b30..e9afdc90c205 100644 --- a/textproc/p5-Chess-PGN-Parse/Makefile +++ b/textproc/p5-Chess-PGN-Parse/Makefile @@ -21,8 +21,8 @@ MAN3= Chess::PGN::Parse.3 .include <bsd.port.pre.mk> -.if (${PERL_LEVEL} < 500600) -BROKEN= "Require perl 5.6 or high" +.if ${PERL_LEVEL} < 500600 +IGNORE= requires perl 5.6 or higher .endif .include <bsd.port.post.mk> |