git: bc1d478dce2b - 2024Q1 - devel/ocaml-opam: GNUMake run dependency.

From: Robert Clausecker <fuz_at_FreeBSD.org>
Date: Sat, 10 Feb 2024 13:49:34 UTC
The branch 2024Q1 has been updated by fuz:

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

commit bc1d478dce2b37067d9834f92bfe97e296b1503a
Author:     Benjamin Jacobs <freebsd@dev.thsi.be>
AuthorDate: 2024-02-07 18:42:30 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2024-02-10 13:49:20 +0000

    devel/ocaml-opam: GNUMake run dependency.
    
    GNUMake is needed to build ocaml, and therefore it is needed by the
    `opam init` command.
    
    PR:             261180
    Reported by:    fuz
    Approved by:    hannes@mehnert.org (maintainer)
    MFH:            2024Q1
    
    (cherry picked from commit 173b2c2ac99f5372e18feb94d81453d56ba93c67)
---
 devel/ocaml-opam/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devel/ocaml-opam/Makefile b/devel/ocaml-opam/Makefile
index e8274f7019dd..220f0e40ca5f 100644
--- a/devel/ocaml-opam/Makefile
+++ b/devel/ocaml-opam/Makefile
@@ -14,6 +14,7 @@ LICENSE=	LGPL21
 
 RUN_DEPENDS=	curl:ftp/curl \
 		gpatch:devel/patch \
+		gmake:devel/gmake \
 		${RUN_DEPENDS_${ARCH}}
 RUN_DEPENDS_armv6=	${LOCALBASE}/bin/as:devel/binutils
 RUN_DEPENDS_armv7=	${LOCALBASE}/bin/as:devel/binutils