pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/frama-c



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 29 16:14:41 UTC 2022

Modified Files:
        pkgsrc/devel/frama-c: Makefile

Log Message:
frama-c: add missing ocaml-num dependency

Now fails later.

This should be updated to frama-c-25.0


To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 pkgsrc/devel/frama-c/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/frama-c/Makefile
diff -u pkgsrc/devel/frama-c/Makefile:1.103 pkgsrc/devel/frama-c/Makefile:1.104
--- pkgsrc/devel/frama-c/Makefile:1.103 Tue May 24 18:51:47 2022
+++ pkgsrc/devel/frama-c/Makefile       Mon Aug 29 16:14:41 2022
@@ -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 @@ OCAML_USE_FINDLIB=    yes
 # (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