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-Random | |
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-Data-Random')
-rw-r--r-- | devel/p5-Data-Random/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/p5-Data-Random/Makefile b/devel/p5-Data-Random/Makefile index 9974d455e6ec..a49ef3f8540f 100644 --- a/devel/p5-Data-Random/Makefile +++ b/devel/p5-Data-Random/Makefile @@ -13,9 +13,9 @@ COMMENT= Perl module for generating random data LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Time-Piece>=1.16:${PORTSDIR}/devel/p5-Time-Piece \ - p5-YAML-Tiny>=0:${PORTSDIR}/textproc/p5-YAML-Tiny -RUN_DEPENDS= p5-Time-Piece>=1.16:${PORTSDIR}/devel/p5-Time-Piece +BUILD_DEPENDS= p5-Time-Piece>=1.16:devel/p5-Time-Piece \ + p5-YAML-Tiny>=0:textproc/p5-YAML-Tiny +RUN_DEPENDS= p5-Time-Piece>=1.16:devel/p5-Time-Piece OPTIONS_DEFINE= GD GD_DESC= Support for rand_image() @@ -23,7 +23,7 @@ GD_DESC= Support for rand_image() USES= perl5 USE_PERL5= configure -GD_BUILD_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD -GD_RUN_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD +GD_BUILD_DEPENDS= p5-GD>=0:graphics/p5-GD +GD_RUN_DEPENDS= p5-GD>=0:graphics/p5-GD .include <bsd.port.mk> |