aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Chess-PGN-Parse
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2005-09-11 20:44:43 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2005-09-11 20:44:43 +0000
commita70e1a0919d79f0b889fffd6fd614b5e7d1c20a0 (patch)
tree0630dae203837133c9f5e322f2f6e13e958036f8 /textproc/p5-Chess-PGN-Parse
parentf7bd51fdcfcefcac757cb20e04d6ab982366fce5 (diff)
downloadports-a70e1a0919d79f0b889fffd6fd614b5e7d1c20a0.tar.gz
ports-a70e1a0919d79f0b889fffd6fd614b5e7d1c20a0.zip
- use IGNORE instead of BROKEN for unrecoverable problem
Notes
Notes: svn path=/head/; revision=142470
Diffstat (limited to 'textproc/p5-Chess-PGN-Parse')
-rw-r--r--textproc/p5-Chess-PGN-Parse/Makefile4
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>