1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Unbreak port build.

This commit is contained in:
Sergey Skvortsov 2003-08-09 13:06:10 +00:00
parent 962ed373e2
commit 408f6a5c0d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86640

View File

@ -15,8 +15,6 @@ PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= A Perl interface to the Sablotron XSLT processor
BROKEN= Does not build
LIB_DEPENDS= sablot.70:${PORTSDIR}/textproc/sablotron \
iconv.3:${PORTSDIR}/converters/libiconv
@ -36,7 +34,7 @@ MAN3= XML::Sablotron.3 XML::Sablotron::DOM.3 \
post-patch:
.if ${PERL_LEVEL} < 500600
@${PERL} -pi -e 's/^our //; $$_="use vars qw(\$$libs \@extras);\n" if $$.==43' ${WRKSRC}/Makefile.PL
@${PERL} -pi -e 's/^our //; $$_="use vars qw(\$$libs \@extras);\n" if $$.==47' ${WRKSRC}/Makefile.PL
.endif
.include <bsd.port.post.mk>