diff options
Diffstat (limited to 'graphics/p5-Graphics-Primitive/Makefile')
-rw-r--r-- | graphics/p5-Graphics-Primitive/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/p5-Graphics-Primitive/Makefile b/graphics/p5-Graphics-Primitive/Makefile index f526c143c7fd..ad774689e50a 100644 --- a/graphics/p5-Graphics-Primitive/Makefile +++ b/graphics/p5-Graphics-Primitive/Makefile @@ -14,14 +14,14 @@ COMMENT= Device and library agnostic graphic primitives LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-Forest>=0.06:devel/p5-Forest \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Forest>=0.06:devel/p5-Forest \ p5-Geometry-Primitive>=0.16:graphics/p5-Geometry-Primitive \ p5-Graphics-Color>=0.20:graphics/p5-Graphics-Color \ p5-JSON-Any>=1.22:converters/p5-JSON-Any \ p5-Moose>=0.90:devel/p5-Moose \ p5-MooseX-Clone>=0.04:devel/p5-MooseX-Clone \ p5-MooseX-Storage>=0.17:devel/p5-MooseX-Storage -RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure |