1
0
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:
Sergey Skvortsov 2009-03-03 16:40:39 +00:00
parent 2920056f61
commit 33f75369d8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229430
3 changed files with 9 additions and 0 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>