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:   wiz
Date:           Fri Jun 17 12:35:15 UTC 2022

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

Log Message:
ocaml-cairo: add pkg-config to tools


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 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.19 pkgsrc/graphics/ocaml-cairo/Makefile:1.20
--- pkgsrc/graphics/ocaml-cairo/Makefile:1.19   Wed Jun 15 11:09:26 2022
+++ pkgsrc/graphics/ocaml-cairo/Makefile        Fri Jun 17 12:35:15 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2022/06/15 11:09:26 gdt Exp $
+# $NetBSD: Makefile,v 1.20 2022/06/17 12:35:15 wiz Exp $
 
 GITHUB_PROJECT=        ocaml-cairo
 DISTNAME=      ${GITHUB_PROJECT}-0.6.3
@@ -16,6 +16,8 @@ OCAML_FINDLIB_DIRS=   cairo2
 OPAM_INSTALL_FILES=    ${OCAML_FINDLIB_DIRS}
 DUNE_BUILD_PACKAGES=   ${OCAML_FINDLIB_DIRS}
 
+USE_TOOLS+=    pkg-config
+
 # (See options.mk.)  Upstream says that lablgtk is required, but it is
 # not.
 #   https://github.com/Chris00/ocaml-cairo/issues/29



Home | Main Index | Thread Index | Old Index