Bug 282124 - devel/ocaml-topkg: RUN_DEPENDS on ocamlbuild
Summary: devel/ocaml-topkg: RUN_DEPENDS on ocamlbuild
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Alexey Dokuchaev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-15 22:13 UTC by Benjamin Jacobs
Modified: 2024-10-15 22:13 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (danfe)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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