diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-12-15 12:03:31 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-12-15 12:03:31 +0000 |
commit | 446e11cc599700900180866668fae811715c8912 (patch) | |
tree | 427cf0887f981d7a5ba2f8adad5bde9cdfb08d79 | |
parent | Assign maintainership to John Merryweather Cooper <coop9211@uidaho.edu> (diff) |
Replace BROKEN with IGNORE for perl version < 5.6.
Submitted by: maintainer
-rw-r--r-- | devel/p5-PAR/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-PAR/Makefile b/devel/p5-PAR/Makefile index e3167bc79112..1cd5b991eb8a 100644 --- a/devel/p5-PAR/Makefile +++ b/devel/p5-PAR/Makefile @@ -32,9 +32,9 @@ MAN3= App::Packer::PAR.3 PAR.3 PAR::Heavy.3 PAR::Intro.3 pre-everything:: .if ${PERL_LEVEL} < 500601 -BROKEN= p5-PAR only supports the ports versions of Perl. -BROKEN+=If you have installed a Perl port, and are getting this message, -BROKEN+=please make sure you have given the command \'use.perl port\' +IGNORE= p5-PAR only supports the ports versions of Perl. +IGNORE+=If you have installed a Perl port, and are getting this message, +IGNORE+=please make sure you have given the command \'use.perl port\' .endif # ${PERL_LEVEL} < 500601 .include <bsd.port.post.mk> |