diff options
Diffstat (limited to 'devel/p5-Data-DumpXML/Makefile')
-rw-r--r-- | devel/p5-Data-DumpXML/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Data-DumpXML/Makefile b/devel/p5-Data-DumpXML/Makefile index c9329245ad32..1d1f5481f0ea 100644 --- a/devel/p5-Data-DumpXML/Makefile +++ b/devel/p5-Data-DumpXML/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Dump arbitrary data structures as XML -RUN_DEPENDS= p5-Array-RefElem>=0.01:${PORTSDIR}/misc/p5-Array-RefElem \ - p5-XML-Parser>=2:${PORTSDIR}/textproc/p5-XML-Parser +RUN_DEPENDS= p5-Array-RefElem>=0.01:misc/p5-Array-RefElem \ + p5-XML-Parser>=2:textproc/p5-XML-Parser BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 |