Bug 282124

Summary: devel/ocaml-topkg: RUN_DEPENDS on ocamlbuild
Product: Ports & Packages Reporter: Benjamin Jacobs <freebsd>
Component: Individual Port(s)Assignee: Alexey Dokuchaev <danfe>
Status: New ---    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (danfe)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on: 283861    
Bug Blocks:    

Description Benjamin Jacobs 2024-10-15 22:13:01 UTC
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