diff options
-rw-r--r-- | textproc/p5-XML-LibXSLT/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-XML-LibXSLT/pkg-comment | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/textproc/p5-XML-LibXSLT/Makefile b/textproc/p5-XML-LibXSLT/Makefile index ba60e635a96e..2989906e03f4 100644 --- a/textproc/p5-XML-LibXSLT/Makefile +++ b/textproc/p5-XML-LibXSLT/Makefile @@ -14,11 +14,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= dom@happygiraffe.net +BUILD_DEPENDS= ${PERL_ABASE}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML +RUN_DEPENDS= ${PERL_ABASE}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ xslt.1:${PORTSDIR}/textproc/libxslt PERL_CONFIGURE= yes CONFIGURE_ARGS= INC='-I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2' +PERL_ABASE= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH} MAN3= XML::LibXSLT.3 diff --git a/textproc/p5-XML-LibXSLT/pkg-comment b/textproc/p5-XML-LibXSLT/pkg-comment index b43ed7f8291a..de352a73de67 100644 --- a/textproc/p5-XML-LibXSLT/pkg-comment +++ b/textproc/p5-XML-LibXSLT/pkg-comment @@ -1 +1 @@ -A Perl interface to the GNOME XSLT library. +Perl interface to the GNOME XSLT library |