mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
Unbreak build on perl-5.10
Approved by: maintainer (jadawin)
This commit is contained in:
parent
2920056f61
commit
33f75369d8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229430
@ -25,4 +25,7 @@ MAN3= IO::Uncompress::AnyUncompress.3 IO::Uncompress::Base.3 \
|
||||
RUN_DEPENDS+= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's/5.009/5.666/' ${WRKSRC}/Makefile.PL
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -22,4 +22,7 @@ PERL_CONFIGURE= YES
|
||||
|
||||
MAN3= IO::Compress::Bzip2.3 IO::Uncompress::Bunzip2.3
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's/5.009/5.666/' ${WRKSRC}/Makefile.PL
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -26,4 +26,7 @@ MAN3= IO::Uncompress::RawInflate.3 IO::Uncompress::Unzip.3 \
|
||||
IO::Compress::RawDeflate.3 IO::Uncompress::AnyInflate.3 \
|
||||
IO::Compress::Gzip.3
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's/5.009/5.666/' ${WRKSRC}/Makefile.PL
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user