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-JSON-Pointer | |
parent | Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c. (diff) |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'devel/p5-JSON-Pointer')
-rw-r--r-- | devel/p5-JSON-Pointer/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/p5-JSON-Pointer/Makefile b/devel/p5-JSON-Pointer/Makefile index aeab745d9482..d5ed15d185ed 100644 --- a/devel/p5-JSON-Pointer/Makefile +++ b/devel/p5-JSON-Pointer/Makefile @@ -13,10 +13,10 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual RUN_DEPENDS= \ - p5-Class-Accessor-Lite>=0.05:${PORTSDIR}/devel/p5-Class-Accessor-Lite \ - p5-Clone>=0.36:${PORTSDIR}/devel/p5-Clone \ - p5-JSON>=2.53:${PORTSDIR}/converters/p5-JSON \ - p5-URI>=1.65:${PORTSDIR}/net/p5-URI + p5-Class-Accessor-Lite>=0.05:devel/p5-Class-Accessor-Lite \ + p5-Clone>=0.36:devel/p5-Clone \ + p5-JSON>=2.53:converters/p5-JSON \ + p5-URI>=1.65:net/p5-URI BUILD_DEPENDS= ${RUN_DEPENDS} USES= perl5 |