mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
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:
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
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue