diff options
author | gdt <gdt@pkgsrc.org> | 2022-02-28 18:26:19 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2022-02-28 18:26:19 +0000 |
commit | 7146f3750697b7aa0d7cf01e330f9c1ea29f0c22 (patch) | |
tree | 8ba20125a07b7e37a0cfb81948bbc30bf7e22e0f /graphics/ocaml-cairo | |
parent | 246d9a18732b36bce8251761b601cd4154efd135 (diff) | |
download | pkgsrc-7146f3750697b7aa0d7cf01e330f9c1ea29f0c22.tar.gz |
ocaml-cairo: Add comment about lablgtk
Add pointer to upstream bug report about mis-documentation that
lablgtk is required.
Diffstat (limited to 'graphics/ocaml-cairo')
-rw-r--r-- | graphics/ocaml-cairo/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/ocaml-cairo/Makefile b/graphics/ocaml-cairo/Makefile index 29b8c956a38..004cde47d3e 100644 --- a/graphics/ocaml-cairo/Makefile +++ b/graphics/ocaml-cairo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2022/02/28 12:55:08 jaapb Exp $ +# $NetBSD: Makefile,v 1.14 2022/02/28 18:26:19 gdt Exp $ GITHUB_PROJECT= ocaml-cairo DISTNAME= ${GITHUB_PROJECT}-0.6.2 @@ -15,6 +15,10 @@ OCAML_FINDLIB_DIRS= cairo2 OPAM_INSTALL_FILES= ${OCAML_FINDLIB_DIRS} DUNE_BUILD_PACKAGES= ${OCAML_FINDLIB_DIRS} +# (Se options.mk.) Upstream says that lablgtk is required, but it is +# not. +# https://github.com/Chris00/ocaml-cairo/issues/29 + .include "options.mk" .include "../../mk/ocaml.mk" .include "../../graphics/cairo/buildlink3.mk" |