summaryrefslogtreecommitdiff
path: root/math/scilab
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2022-04-16 07:19:46 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2022-04-16 07:19:46 +0000
commit317aa0442c9942009c1f9c558f8fb6e49d4568ab (patch)
tree3fa9ab10514af3a77b17f6f73ac1bc56b4499b6b /math/scilab
parentdatabases/py-pg8000: Update to 1.24.2 (diff)
OCaml: transient update of the stack to version 4.07.1
This is the first step in modernizing our OCaml ports infrastructure, as we had accumulated substantial technical debt over the years when many of its consumer ports had not received proper care and updates. It is currently considered as the lowest supported version (baseline) in majority of open-source OCaml projects, which would help to pull up other ports, e.g. `devel/ocaml-dune' in smaller, manageable pieces. For conservative hackers among us and for compatibility with RHEL 8 which is also on it, having 4.07 in the tree would allow users stick to that package (pkg lock it) if needed. PR: 250408, 262781 Exp-run by: antoine
Diffstat (limited to 'math/scilab')
-rw-r--r--math/scilab/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile
index 6cf73473fafa..986ee3ddf988 100644
--- a/math/scilab/Makefile
+++ b/math/scilab/Makefile
@@ -110,7 +110,8 @@ GUI_CONFIGURE_OFF= --without-gui \
OCAML_IMPLIES= GUI
OCAML_CONFIGURE_WITH= modelica
-OCAML_BUILD_DEPENDS= ocaml:lang/ocaml
+OCAML_BUILD_DEPENDS= ocaml:lang/ocaml \
+ ${LOCALBASE}/lib/ocaml/site-lib/num/META:math/ocaml-num
OCAML_RUN_DEPENDS= ocaml:lang/ocaml
TK_CONFIGURE_OFF= --without-tk