git: 28ae655ccf54 - main - devel/cgprof: Fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Aug 2023 15:25:20 UTC
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}