pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

ocaml: use TOOL_DEPENDS instead of bl3.mk



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Tue Feb 3 00:47:41 2026 +0100
Changeset:	ed583cb15ad507565edeb9f81b5325a9942d12d6

Modified Files:
	ocaml/ocaml.mk

Log Message:
ocaml: use TOOL_DEPENDS instead of bl3.mk

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ed583cb15ad507565edeb9f81b5325a9942d12d6

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ocaml/ocaml.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/ocaml/ocaml.mk b/ocaml/ocaml.mk
index aab3226af2..2c8da80c69 100644
--- a/ocaml/ocaml.mk
+++ b/ocaml/ocaml.mk
@@ -127,7 +127,7 @@ OCAML_USE_OPAM?=	no
 
 # Configure stuff for OPAM
 .if ${OCAML_USE_OPAM} == "yes"
-.include "../../misc/ocaml-opaline/buildlink3.mk"
+TOOL_DEPENDS+=	ocaml-opaline-[0-9]*:../../misc/ocaml-opaline
 OCAML_USE_FINDLIB=	yes
 .endif
 


Home | Main Index | Thread Index | Old Index