Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Aug 2023 15:25:20 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 28ae655ccf54 - main - devel/cgprof: Fix build
Message-ID:  <202308071525.377FPK43026808@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=28ae655ccf542b58aea9093d5ebac6d28cd15d84

commit 28ae655ccf542b58aea9093d5ebac6d28cd15d84
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-07 13:58:01 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-07 15:24:44 +0000

    devel/cgprof: Fix build
    
    Sponsored by:   The FreeBSD Foundation
---
 devel/cgprof/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/cgprof/Makefile b/devel/cgprof/Makefile
index df1e23fcfb82..32c2f0f07d54 100644
--- a/devel/cgprof/Makefile
+++ b/devel/cgprof/Makefile
@@ -9,7 +9,7 @@ COMMENT=	Generates colored graphs for profiled executables using gcc and gprof
 WWW=		http://mvertes.free.fr/
 
 RUN_DEPENDS=	gawk:lang/gawk \
-		dotty:graphics/graphviz
+		dot:graphics/graphviz
 
 NO_BUILD=	yes
 MAKE_ENV=	prefix=${PREFIX}



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