- Fix build with perl 5.16 (requires ExtUtils::MakeMaker)
Approved by: portmgr blanket MFH: 2015Q2
This commit is contained in:
parent
7ac1bbbe09
commit
2e6f03a2b7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=385355
1 changed files with 7 additions and 1 deletions
|
@ -29,4 +29,10 @@ BARCODE_RUN_DEPENDS= p5-GD-Barcode>=0:${PORTSDIR}/graphics/p5-GD-Barcode
|
|||
XISBN_BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
||||
XISBN_RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 501800
|
||||
BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.64:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue