pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/ocaml
Module Name: pkgsrc
Committed By: wiz
Date: Mon Feb 2 19:36:36 UTC 2026
Modified Files:
pkgsrc/lang/ocaml: ocaml.mk
Log Message:
ocaml: use TOOL_DEPENDS instead of bl3.mk
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/ocaml/ocaml.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/ocaml/ocaml.mk
diff -u pkgsrc/lang/ocaml/ocaml.mk:1.3 pkgsrc/lang/ocaml/ocaml.mk:1.4
--- pkgsrc/lang/ocaml/ocaml.mk:1.3 Sat Nov 30 00:32:16 2024
+++ pkgsrc/lang/ocaml/ocaml.mk Mon Feb 2 19:36:35 2026
@@ -1,4 +1,4 @@
-# $NetBSD: ocaml.mk,v 1.3 2024/11/30 00:32:16 gdt Exp $
+# $NetBSD: ocaml.mk,v 1.4 2026/02/02 19:36:35 wiz Exp $
#
# This Makefile fragment handles the common variables used by OCaml packages.
# It should be included by every package that uses OCaml.
@@ -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