diff options
author | skv <skv@FreeBSD.org> | 2003-09-25 11:09:32 +0000 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2003-09-25 11:09:32 +0000 |
commit | 4c668549a0551c6003e69310fa56def90b29102f (patch) | |
tree | fbd171cc0f5d5137f0173ac67c7a39c5d2b57c77 /textproc | |
parent | c127fcce737c3d5ec98a18c3e5e13e07654fa9ef (diff) | |
download | FreeBSD-ports-4c668549a0551c6003e69310fa56def90b29102f.zip FreeBSD-ports-4c668549a0551c6003e69310fa56def90b29102f.tar.gz |
Fix package building on perl 5.005_03.
Pointed by: kris
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-LibXML/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/p5-XML-LibXML/Makefile b/textproc/p5-XML-LibXML/Makefile index 542654d..bbaec81 100644 --- a/textproc/p5-XML-LibXML/Makefile +++ b/textproc/p5-XML-LibXML/Makefile @@ -21,9 +21,8 @@ LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -CONFIGURE_ARGS= INC='-I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2' +CONFIGURE_ENV= XMLPREFIX='${PREFIX}' -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= XML::LibXML.3 XML::LibXML::Attr.3 XML::LibXML::Boolean.3 \ XML::LibXML::CDATASection.3 XML::LibXML::Comment.3 \ XML::LibXML::DOM.3 XML::LibXML::Document.3 \ |