pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ocaml-ppxlib
Module Name: pkgsrc
Committed By: mef
Date: Sun Dec 13 13:18:57 UTC 2020
Modified Files:
pkgsrc/devel/ocaml-ppxlib: Makefile
Log Message:
(devel/ocaml-ppxlib) Add missing devel/ocaml-sexplib0 as buildlink3.mk
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ocaml-ppxlib/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-ppxlib/Makefile
diff -u pkgsrc/devel/ocaml-ppxlib/Makefile:1.11 pkgsrc/devel/ocaml-ppxlib/Makefile:1.12
--- pkgsrc/devel/ocaml-ppxlib/Makefile:1.11 Thu Dec 10 08:57:18 2020
+++ pkgsrc/devel/ocaml-ppxlib/Makefile Sun Dec 13 13:18:57 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2020/12/10 08:57:18 jaapb Exp $
+# $NetBSD: Makefile,v 1.12 2020/12/13 13:18:57 mef Exp $
GITHUB_PROJECT= ppxlib
GITHUB_TAG= ${PKGVERSION_NOREV}
@@ -26,6 +26,7 @@ SUPERSEDES= ocaml-ppx_ast-[0-9]* \
.include "../../devel/ocaml-compiler-libs/buildlink3.mk"
.include "../../devel/ocaml-migrate-parsetree/buildlink3.mk"
.include "../../devel/ocaml-ppx_derivers/buildlink3.mk"
+.include "../../devel/ocaml-sexplib0/buildlink3.mk"
.include "../../devel/ocaml-stdlib-shims/buildlink3.mk"
.include "../../mk/ocaml.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index