pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-jst-config



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Feb 19 07:38:13 UTC 2026

Modified Files:
        pkgsrc/devel/ocaml-jst-config: Makefile

Log Message:
ocaml-jst-config: add tool dependency on ocaml-dune-configurator


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/ocaml-jst-config/Makefile

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

Modified files:

Index: pkgsrc/devel/ocaml-jst-config/Makefile
diff -u pkgsrc/devel/ocaml-jst-config/Makefile:1.6 pkgsrc/devel/ocaml-jst-config/Makefile:1.7
--- pkgsrc/devel/ocaml-jst-config/Makefile:1.6  Tue Feb 17 13:39:00 2026
+++ pkgsrc/devel/ocaml-jst-config/Makefile      Thu Feb 19 07:38:13 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2026/02/17 13:39:00 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2026/02/19 07:38:13 wiz Exp $
 
 DISTNAME=      ${GITHUB_PROJECT}-0.15.1
 PKGNAME=       ocaml-${DISTNAME}
@@ -13,6 +13,8 @@ HOMEPAGE=     https://github.com/janestreet/
 COMMENT=       Compile-time configuration for Jane Street libraries
 LICENSE=       mit
 
+TOOL_DEPENDS+= ocaml-dune-configurator-[0-9]*:../../devel/ocaml-dune-configurator
+
 USE_LANGUAGES= # none
 OCAML_USE_DUNE=        yes
 



Home | Main Index | Thread Index | Old Index