aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2005-09-12 04:44:43 +0800
committerleeym <leeym@FreeBSD.org>2005-09-12 04:44:43 +0800
commitdec921c066c91c2b497f86ed2176664bb4821f39 (patch)
treec97ae60b5ced167ea475f777ec15c44970ca9aec /games
parent9f544f90f11fd972b5c0fd7414d4a504e1bad588 (diff)
downloadfreebsd-ports-gnome-dec921c066c91c2b497f86ed2176664bb4821f39.tar.gz
freebsd-ports-gnome-dec921c066c91c2b497f86ed2176664bb4821f39.tar.zst
freebsd-ports-gnome-dec921c066c91c2b497f86ed2176664bb4821f39.zip
- use IGNORE instead of BROKEN for unrecoverable problem
Diffstat (limited to 'games')
-rw-r--r--games/p5-Games-Sequential/Makefile4
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>