Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 May 2023 06:50:11 GMT
From:      Mikael Urankar <mikael@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7c67bfaca608 - main - www/rt50: Fix graphviz dependency.
Message-ID:  <202305290650.34T6oBxL021294@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 --



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305290650.34T6oBxL021294>