[Bug 282124] devel/ocaml-topkg: RUN_DEPENDS on ocamlbuild
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 15 Oct 2024 22:13:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282124 Bug ID: 282124 Summary: devel/ocaml-topkg: RUN_DEPENDS on ocamlbuild Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: danfe@FreeBSD.org Reporter: freebsd@dev.thsi.be Flags: maintainer-feedback?(danfe@FreeBSD.org) Assignee: danfe@FreeBSD.org Hello, Ocaml-topkg requires ocamlbuild to run. Take care diff --git a/devel/ocaml-topkg/Makefile b/devel/ocaml-topkg/Makefile index 57899ae19177..a0386a4bf51f 100644 --- a/devel/ocaml-topkg/Makefile +++ b/devel/ocaml-topkg/Makefile @@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md BUILD_DEPENDS= ocamlbuild:devel/ocaml-ocamlbuild \ opam-installer:devel/ocaml-opam +RUN_DEPENDS= ocamlbuild:devel/ocaml-ocamlbuild USES= tar:tbz USE_OCAML= yes -- You are receiving this mail because: You are the assignee for the bug.