diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2023-05-29 06:42:14 +0000 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2023-05-29 06:42:14 +0000 |
commit | 7c67bfaca608e241bc9dc2e3412f31f27095393b (patch) | |
tree | 03b9c6f918bb38eacc60080475339b8542fe58da | |
parent | 28292bfbf75a0396c0986e64d38eeca834b9a93a (diff) |
www/rt50: Fix graphviz dependency.
PR: 271697
Reported by: David Siebörger, Marko Cupać
-rw-r--r-- | www/rt50/Makefile.cpan | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/rt50/Makefile.cpan b/www/rt50/Makefile.cpan index d20edf1bd2e0..6ef8033d17a9 100644 --- a/www/rt50/Makefile.cpan +++ b/www/rt50/Makefile.cpan @@ -314,7 +314,7 @@ SMIME_DEPS= p5-Crypt-X509>0:security/p5-Crypt-X509 \ ### GraphViz2 ### IPC::Run 0.90 -GRAPHVIZ_DEPS= p5-GraphViz>0:graphics/p5-GraphViz2 \ +GRAPHVIZ_DEPS= p5-GraphViz2>0:graphics/p5-GraphViz2 \ p5-IPC-Run>=0.90:devel/p5-IPC-Run ### -- GD -- |