git: 173b2c2ac99f - main - devel/ocaml-opam: GNUMake run dependency.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 10 Feb 2024 13:48:13 UTC
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