pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-bin_prot



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun May 15 02:19:32 UTC 2022

Modified Files:
        pkgsrc/devel/ocaml-bin_prot: Makefile

Log Message:
(devel/ocaml-bin_prot) Add ocaml-ppx_optcomp/bld3.mk


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ocaml-bin_prot/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/ocaml-bin_prot/Makefile
diff -u pkgsrc/devel/ocaml-bin_prot/Makefile:1.4 pkgsrc/devel/ocaml-bin_prot/Makefile:1.5
--- pkgsrc/devel/ocaml-bin_prot/Makefile:1.4    Wed May  4 17:52:52 2022
+++ pkgsrc/devel/ocaml-bin_prot/Makefile        Sun May 15 02:19:31 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2022/05/04 17:52:52 jaapb Exp $
+# $NetBSD: Makefile,v 1.5 2022/05/15 02:19:31 mef Exp $
 
 DISTNAME=      ${GITHUB_PROJECT}-0.14.1
 PKGNAME=       ocaml-${DISTNAME}
@@ -19,6 +19,7 @@ OCAML_USE_DUNE=       yes
 .include "../../devel/ocaml-ppx_compare/buildlink3.mk"
 .include "../../devel/ocaml-ppx_custom_printf/buildlink3.mk"
 .include "../../devel/ocaml-ppx_fields_conv/buildlink3.mk"
+.include "../../devel/ocaml-ppx_optcomp/buildlink3.mk"
 .include "../../devel/ocaml-ppx_sexp_conv/buildlink3.mk"
 .include "../../devel/ocaml-ppx_variants_conv/buildlink3.mk"
 



Home | Main Index | Thread Index | Old Index