diff options
author | Benjamin Jacobs <freebsd@dev.thsi.be> | 2024-02-07 18:42:30 +0000 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2024-02-10 13:42:58 +0000 |
commit | 173b2c2ac99f5372e18feb94d81453d56ba93c67 (patch) | |
tree | d16a8ca98f39ea5971f5e935eb2fe5114f556b4a | |
parent | 84ef6c1c612525c29dd4c271ea4e91c2d54074af (diff) | |
download | ports-173b2c2ac99f5372e18feb94d81453d56ba93c67.tar.gz ports-173b2c2ac99f5372e18feb94d81453d56ba93c67.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
-rw-r--r-- | devel/ocaml-opam/Makefile | 1 |
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 |