diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /devel/p5-Data-DumpXML/Makefile | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) |
Notes
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 |