From 408f6a5c0dccbdf1bfe57c1751d9dbfded42ecd4 Mon Sep 17 00:00:00 2001 From: Sergey Skvortsov Date: Sat, 9 Aug 2003 13:06:10 +0000 Subject: Unbreak port build. --- textproc/p5-XML-Sablotron/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/textproc/p5-XML-Sablotron/Makefile b/textproc/p5-XML-Sablotron/Makefile index 357b52e0da1f..f194291e914b 100644 --- a/textproc/p5-XML-Sablotron/Makefile +++ b/textproc/p5-XML-Sablotron/Makefile @@ -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 -- cgit v1.2.3