mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Ignore this port if building with a perl < 5.6
Noticed by: bento/kris (such a happy couple)
This commit is contained in:
parent
b0aaf2da24
commit
9ce0b6b2eb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109586
@ -116,6 +116,10 @@ MAN7= lire.7
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
IGNORE= sysutils/lire requires are least Perl 5.6.1, while Perl 5.8.2 is recommended. Please install lang/perl5.8
|
||||
.endif
|
||||
|
||||
.ifdef(WITH_CHARTS)
|
||||
RUN_DEPENDS+= pl:${PORTSDIR}/math/ploticus-nox11 \
|
||||
dia:${PORTSDIR}/graphics/dia
|
||||
|
Loading…
Reference in New Issue
Block a user