aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Jacobs <freebsd@dev.thsi.be>2024-02-07 18:42:30 +0000
committerRobert Clausecker <fuz@FreeBSD.org>2024-02-10 13:49:20 +0000
commitbc1d478dce2b37067d9834f92bfe97e296b1503a (patch)
treedb5b92cf365b62aa49afa6409816431e0b5c2dbf
parente8511dc888403b210b509c00f0b3f8e9c081d81a (diff)
downloadports-bc1d478dce2b37067d9834f92bfe97e296b1503a.tar.gz
ports-bc1d478dce2b37067d9834f92bfe97e296b1503a.zip
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)
-rw-r--r--devel/ocaml-opam/Makefile1
1 files changed, 1 insertions, 0 deletions
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