Do also set IGNORE when running against a too old version of Perl

where we can't build the docs.

Hinted by:	kris
This commit is contained in:
Joerg Wunsch 2005-01-27 22:56:11 +00:00
parent 05285fdc48
commit 9fb4769a6a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127506
2 changed files with 2 additions and 0 deletions

View file

@ -54,6 +54,7 @@ pre-build:
.if ${PERL_LEVEL} < 500600
BROKEN= "System's Pod::Man too old to generate the documentation."
IGNORE= "you need a newer version of Perl to build the documentation"
.endif
.include <bsd.port.post.mk>

View file

@ -54,6 +54,7 @@ pre-build:
.if ${PERL_LEVEL} < 500600
BROKEN= "System's Pod::Man too old to generate the documentation."
IGNORE= "you need a newer version of Perl to build the documentation"
.endif
.include <bsd.port.post.mk>