diff options
Diffstat (limited to 'graphics/p5-Chart-Clicker')
-rw-r--r-- | graphics/p5-Chart-Clicker/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/p5-Chart-Clicker/Makefile b/graphics/p5-Chart-Clicker/Makefile index da7e9ae90769..d57fa8bb3949 100644 --- a/graphics/p5-Chart-Clicker/Makefile +++ b/graphics/p5-Chart-Clicker/Makefile @@ -15,6 +15,7 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Color-Scheme>=0:graphics/p5-Color-Scheme \ p5-Moose>=0:devel/p5-Moose \ p5-DateTime>=0:devel/p5-DateTime \ @@ -24,7 +25,6 @@ RUN_DEPENDS= p5-Color-Scheme>=0:graphics/p5-Color-Scheme \ 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:devel/p5-Test-Exception \ p5-Test-Fatal>=0:devel/p5-Test-Fatal \ p5-Test-Pod>=1:devel/p5-Test-Pod |