pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-ppx_cold



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Dec 14 09:11:51 UTC 2020

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

Log Message:
(devel/ocaml-ppx_cold) Add ocaml-base as buildlink3.mk


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ocaml-ppx_cold/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-ppx_cold/Makefile
diff -u pkgsrc/devel/ocaml-ppx_cold/Makefile:1.1 pkgsrc/devel/ocaml-ppx_cold/Makefile:1.2
--- pkgsrc/devel/ocaml-ppx_cold/Makefile:1.1    Thu Jan 16 13:18:13 2020
+++ pkgsrc/devel/ocaml-ppx_cold/Makefile        Mon Dec 14 09:11:51 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/01/16 13:18:13 jaapb Exp $
+# $NetBSD: Makefile,v 1.2 2020/12/14 09:11:51 mef Exp $
 
 GITHUB_PROJECT=        ppx_cold
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -18,4 +18,5 @@ OCAML_USE_DUNE=       yes
 
 .include "../../mk/ocaml.mk"
 .include "../../devel/ocaml-ppxlib/buildlink3.mk"
+.include "../../devel/ocaml-base/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index