aboutsummaryrefslogtreecommitdiff
path: root/math/orpie
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/orpie
parente423286964f1c26298caf15824396dd68ed18bd0 (diff)
downloadports-317aa0442c9942009c1f9c558f8fb6e49d4568ab.tar.gz
ports-317aa0442c9942009c1f9c558f8fb6e49d4568ab.zip
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/orpie')
-rw-r--r--math/orpie/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/orpie/Makefile b/math/orpie/Makefile
index df96bd504f62..0f72065d084d 100644
--- a/math/orpie/Makefile
+++ b/math/orpie/Makefile
@@ -11,6 +11,7 @@ COMMENT= Fullscreen RPN calculator for the console
LICENSE= GPLv2
+BUILD_DEPENDS= ${LOCALBASE}/${OCAML_SITELIBDIR}/num/META:math/ocaml-num
LIB_DEPENDS= libgsl.so:math/gsl
USES= gmake ncurses