pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/ocaml-sqlite3
Module Name: pkgsrc
Committed By: wiz
Date: Thu Feb 19 08:11:07 UTC 2026
Modified Files:
pkgsrc/databases/ocaml-sqlite3: Makefile
Log Message:
ocaml-sqlite3: needs ocaml-dune-configurator during build
To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/databases/ocaml-sqlite3/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/ocaml-sqlite3/Makefile
diff -u pkgsrc/databases/ocaml-sqlite3/Makefile:1.65 pkgsrc/databases/ocaml-sqlite3/Makefile:1.66
--- pkgsrc/databases/ocaml-sqlite3/Makefile:1.65 Tue Feb 17 13:38:54 2026
+++ pkgsrc/databases/ocaml-sqlite3/Makefile Thu Feb 19 08:11:07 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2026/02/17 13:38:54 wiz Exp $
+# $NetBSD: Makefile,v 1.66 2026/02/19 08:11:07 wiz Exp $
DISTNAME= sqlite3-5.1.0
PKGNAME= ocaml-${DISTNAME}
@@ -14,6 +14,8 @@ HOMEPAGE= https://github.com/mmottl/sqli
COMMENT= Sqlite bindings for OCaml
LICENSE= mit
+TOOL_DEPENDS+= ocaml-dune-configurator-[0-9]*:../../devel/ocaml-dune-configurator
+
USE_TOOLS+= gmake pkg-config
OCAML_USE_DUNE= yes
Home |
Main Index |
Thread Index |
Old Index