git: 7c67bfaca608 - main - www/rt50: Fix graphviz dependency.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 29 May 2023 06:50:11 UTC
The branch main has been updated by mikael: URL: https://cgit.FreeBSD.org/ports/commit/?id=7c67bfaca608e241bc9dc2e3412f31f27095393b commit 7c67bfaca608e241bc9dc2e3412f31f27095393b Author: Mikael Urankar <mikael@FreeBSD.org> AuthorDate: 2023-05-29 06:42:14 +0000 Commit: Mikael Urankar <mikael@FreeBSD.org> CommitDate: 2023-05-29 06:42:14 +0000 www/rt50: Fix graphviz dependency. PR: 271697 Reported by: David Siebörger, Marko Cupać --- www/rt50/Makefile.cpan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 --