Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Feb 2024 13:48:13 GMT
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 173b2c2ac99f - main - devel/ocaml-opam: GNUMake run dependency.
Message-ID:  <202402101348.41ADmDod064793@gitrepo.freebsd.org>

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

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

commit 173b2c2ac99f5372e18feb94d81453d56ba93c67
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:42:58 +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
---
 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



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