diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2003-08-09 13:06:10 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2003-08-09 13:06:10 +0000 |
commit | 408f6a5c0dccbdf1bfe57c1751d9dbfded42ecd4 (patch) | |
tree | c630f7f3afd3f094ab8e8ab87fd93fe5dd52d275 /textproc/p5-XML-Sablotron | |
parent | 962ed373e2b2b7ffcd52aa15015fb568a6a338af (diff) |
Unbreak port build.
Notes
Notes:
svn path=/head/; revision=86640
Diffstat (limited to 'textproc/p5-XML-Sablotron')
-rw-r--r-- | textproc/p5-XML-Sablotron/Makefile | 4 |
1 files changed, 1 insertions, 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 <bsd.port.post.mk> |