pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/ocaml-cairo



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Dec 14 04:01:17 UTC 2020

Modified Files:
        pkgsrc/graphics/ocaml-cairo: Makefile

Log Message:
(graphics/ocaml-cairo) Add ocaml-dune-configurator as buildlink3.mk


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/ocaml-cairo/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/ocaml-cairo/Makefile
diff -u pkgsrc/graphics/ocaml-cairo/Makefile:1.8 pkgsrc/graphics/ocaml-cairo/Makefile:1.9
--- pkgsrc/graphics/ocaml-cairo/Makefile:1.8    Thu Nov  5 09:08:25 2020
+++ pkgsrc/graphics/ocaml-cairo/Makefile        Mon Dec 14 04:01:17 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2020/11/05 09:08:25 ryoon Exp $
+# $NetBSD: Makefile,v 1.9 2020/12/14 04:01:17 mef Exp $
 
 GITHUB_PROJECT=        ocaml-cairo
 DISTNAME=      ${GITHUB_PROJECT}-0.6.1
@@ -20,5 +20,6 @@ DUNE_BUILD_PACKAGES=  ${OCAML_FINDLIB_DIR
 
 .include "../../mk/ocaml.mk"
 .include "../../graphics/cairo/buildlink3.mk"
+.include "../../devel/ocaml-dune-configurator/buildlink3.mk"
 .include "../../x11/ocaml-lablgtk/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index