diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-09-11 20:44:43 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-09-11 20:44:43 +0000 |
commit | a70e1a0919d79f0b889fffd6fd614b5e7d1c20a0 (patch) | |
tree | 0630dae203837133c9f5e322f2f6e13e958036f8 /games | |
parent | - Don't backup updated file, fix build, and unbreak this port. (diff) |
- use IGNORE instead of BROKEN for unrecoverable problem
Diffstat (limited to 'games')
-rw-r--r-- | games/p5-Games-Sequential/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/p5-Games-Sequential/Makefile b/games/p5-Games-Sequential/Makefile index eb060d38dcb3..927a54aeef71 100644 --- a/games/p5-Games-Sequential/Makefile +++ b/games/p5-Games-Sequential/Makefile @@ -24,8 +24,8 @@ MAN3= Games::Sequential.3 Games::Sequential::Position.3 .include <bsd.port.pre.mk> -.if (${PERL_LEVEL} < 500601) -BROKEN= "Perl 5.6.1 or above is required" +.if ${PERL_LEVEL} < 500601 +IGNORE= requires Perl 5.6.1 or above .endif .include <bsd.port.post.mk> |