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 /graphics/p5-Chart-Clicker | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412346
Diffstat (limited to 'graphics/p5-Chart-Clicker')
-rw-r--r-- | graphics/p5-Chart-Clicker/Makefile | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/graphics/p5-Chart-Clicker/Makefile b/graphics/p5-Chart-Clicker/Makefile index 35e2c6b904b2..8d3591d0c48a 100644 --- a/graphics/p5-Chart-Clicker/Makefile +++ b/graphics/p5-Chart-Clicker/Makefile @@ -13,20 +13,20 @@ COMMENT= Powerful, extensible charting LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-Color-Scheme>=0:${PORTSDIR}/graphics/p5-Color-Scheme \ - p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ - p5-MooseX-AttributeHelpers>=0:${PORTSDIR}/devel/p5-MooseX-AttributeHelpers \ - p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ - p5-DateTime-Set>=0:${PORTSDIR}/devel/p5-DateTime-Set \ - p5-Geometry-Primitive>=0:${PORTSDIR}/graphics/p5-Geometry-Primitive \ - p5-Graphics-Color>=0:${PORTSDIR}/graphics/p5-Graphics-Color \ - p5-Graphics-Primitive>=0:${PORTSDIR}/graphics/p5-Graphics-Primitive \ - p5-Graphics-Primitive-Driver-Cairo>=0:${PORTSDIR}/graphics/p5-Graphics-Primitive-Driver-Cairo \ - p5-Layout-Manager>=0:${PORTSDIR}/graphics/p5-Layout-Manager +RUN_DEPENDS= p5-Color-Scheme>=0:graphics/p5-Color-Scheme \ + p5-Moose>=0:devel/p5-Moose \ + p5-MooseX-AttributeHelpers>=0:devel/p5-MooseX-AttributeHelpers \ + p5-DateTime>=0:devel/p5-DateTime \ + p5-DateTime-Set>=0:devel/p5-DateTime-Set \ + p5-Geometry-Primitive>=0:graphics/p5-Geometry-Primitive \ + p5-Graphics-Color>=0:graphics/p5-Graphics-Color \ + p5-Graphics-Primitive>=0:graphics/p5-Graphics-Primitive \ + p5-Graphics-Primitive-Driver-Cairo>=0:graphics/p5-Graphics-Primitive-Driver-Cairo \ + p5-Layout-Manager>=0:graphics/p5-Layout-Manager BUILD_DEPENDS:= ${RUN_DEPENDS} -TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ - p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ - p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod +TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception \ + p5-Test-Fatal>=0:devel/p5-Test-Fatal \ + p5-Test-Pod>=1:devel/p5-Test-Pod USES= perl5 USE_PERL5= configure |