diff options
Diffstat (limited to 'lang/p5-Test-XPath/Makefile')
-rw-r--r-- | lang/p5-Test-XPath/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/p5-Test-XPath/Makefile b/lang/p5-Test-XPath/Makefile index 8122d0ea7df7..1e55531a63c3 100644 --- a/lang/p5-Test-XPath/Makefile +++ b/lang/p5-Test-XPath/Makefile @@ -14,7 +14,7 @@ COMMENT= Test XML and HTML content and structure with XPath expressions LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-XML-LibXML>=1.70:${PORTSDIR}/textproc/p5-XML-LibXML +RUN_DEPENDS= p5-XML-LibXML>=1.70:textproc/p5-XML-LibXML USES= perl5 USE_PERL5= modbuild @@ -27,12 +27,12 @@ PODT_DESC= Include Pod package test dependencies .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCSS} -RUN_DEPENDS+= p5-HTML-Selector-XPath>=0.06:${PORTSDIR}/www/p5-HTML-Selector-XPath +RUN_DEPENDS+= p5-HTML-Selector-XPath>=0.06:www/p5-HTML-Selector-XPath .endif .if ${PORT_OPTIONS:MPODT} -TEST_DEPENDS+= p5-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Pod-Coverage \ - p5-Test-Pod>=1.41:${PORTSDIR}/devel/p5-Test-Pod +TEST_DEPENDS+= p5-Pod-Coverage>=0:devel/p5-Pod-Coverage \ + p5-Test-Pod>=1.41:devel/p5-Test-Pod .endif .include <bsd.port.mk> |