pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/frama-c frama-c: add missing ocaml-num dependency
details: https://anonhg.NetBSD.org/pkgsrc/rev/1a438490cc54
branches: trunk
changeset: 384256:1a438490cc54
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Aug 29 16:14:41 2022 +0000
description:
frama-c: add missing ocaml-num dependency
Now fails later.
This should be updated to frama-c-25.0
diffstat:
devel/frama-c/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 821b7f05009d -r 1a438490cc54 devel/frama-c/Makefile
--- a/devel/frama-c/Makefile Mon Aug 29 16:11:02 2022 +0000
+++ b/devel/frama-c/Makefile Mon Aug 29 16:14:41 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.103 2022/05/24 18:51:47 jaapb Exp $
+# $NetBSD: Makefile,v 1.104 2022/08/29 16:14:41 wiz Exp $
#
DISTNAME= frama-c-Phosphorus-20170501
@@ -23,6 +23,7 @@
# (not the default) or the build fails with missing module "Dgraph".
.include "../../devel/ocamlgraph/buildlink3.mk"
+.include "../../math/ocaml-num/buildlink3.mk"
.include "../../math/ocaml-zarith/buildlink3.mk"
.include "../../lang/ocaml/ocaml.mk"
Home |
Main Index |
Thread Index |
Old Index