diff options
-rw-r--r-- | textproc/p5-XML-Feed/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-XML-Feed/Makefile b/textproc/p5-XML-Feed/Makefile index 7ecd727e6f92..0c14f69ecb03 100644 --- a/textproc/p5-XML-Feed/Makefile +++ b/textproc/p5-XML-Feed/Makefile @@ -34,7 +34,7 @@ MAN3= XML::Feed.3 \ .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500800 -IGNORE= This port requires perl 5.8.x or later. Install lang/perl5 then try again +IGNORE= This port requires perl 5.8.x or later. Install lang/perl5.8 then try again .endif .include <bsd.port.post.mk> |