diff options
Diffstat (limited to 'graphics/p5-GraphViz-Data-Structure/Makefile')
-rw-r--r-- | graphics/p5-GraphViz-Data-Structure/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/p5-GraphViz-Data-Structure/Makefile b/graphics/p5-GraphViz-Data-Structure/Makefile index 6dd7dd702d40..74893ac73bcd 100644 --- a/graphics/p5-GraphViz-Data-Structure/Makefile +++ b/graphics/p5-GraphViz-Data-Structure/Makefile @@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Visualise data structures -BUILD_DEPENDS= dot:graphics/graphviz \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= dot:graphics/graphviz \ p5-GraphViz>=0:graphics/p5-GraphViz -RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure |