diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-Atom/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/p5-XML-Atom/Makefile b/textproc/p5-XML-Atom/Makefile index 7624f2e04967..64b7d859d1ee 100644 --- a/textproc/p5-XML-Atom/Makefile +++ b/textproc/p5-XML-Atom/Makefile @@ -21,11 +21,10 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-X ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/LWP/Authen/Wsse.pm:${PORTSDIR}/www/p5-LWP-Authen-Wsse \ + ${SITE_PERL}/XML/XPath.pm:${PORTSDIR}/textproc/p5-XML-XPath \ ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime RUN_DEPENDS= ${BUILD_DEPENDS} -IS_INTERACTIVE= yes - PERL_MODBUILD= yes MAN3= XML::Atom.3 \ |