diff options
author | leeym <leeym@FreeBSD.org> | 2005-09-11 20:44:43 +0000 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2005-09-11 20:44:43 +0000 |
commit | dec921c066c91c2b497f86ed2176664bb4821f39 (patch) | |
tree | c97ae60b5ced167ea475f777ec15c44970ca9aec /textproc | |
parent | 9f544f90f11fd972b5c0fd7414d4a504e1bad588 (diff) | |
download | FreeBSD-ports-dec921c066c91c2b497f86ed2176664bb4821f39.zip FreeBSD-ports-dec921c066c91c2b497f86ed2176664bb4821f39.tar.gz |
- use IGNORE instead of BROKEN for unrecoverable problem
Diffstat (limited to 'textproc')
-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 4593588..e9afdc9 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> |