groff: Add missing depends_on("m4") (#45552)

This commit is contained in:
Juan Miguel Carceller
2024-08-02 09:45:44 +02:00
committed by GitHub
parent e8c8e7b8a8
commit 53815b725a

View File

@@ -44,6 +44,7 @@ class Groff(AutotoolsPackage, GNUMirrorPackage):
conflicts("+uchardet", when="@:1.22.3")
depends_on("m4", type="build")
depends_on("gawk", type="build")
depends_on("gmake", type="build")
depends_on("sed", type="build")