Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ocaml-lwt_glib Add USE_TOOLS+=pkg-config to fix ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4d14ebf55517
branches:  trunk
changeset: 435126:4d14ebf55517
user:      yyamano <yyamano%pkgsrc.org@localhost>
date:      Wed Jul 01 07:55:46 2020 +0000

description:
Add USE_TOOLS+=pkg-config to fix build error.

diffstat:

 devel/ocaml-lwt_glib/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 667cea6a5815 -r 4d14ebf55517 devel/ocaml-lwt_glib/Makefile
--- a/devel/ocaml-lwt_glib/Makefile     Wed Jul 01 07:54:55 2020 +0000
+++ b/devel/ocaml-lwt_glib/Makefile     Wed Jul 01 07:55:46 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2020/04/14 10:44:37 jaapb Exp $
+# $NetBSD: Makefile,v 1.10 2020/07/01 07:55:46 yyamano Exp $
 
 GITHUB_PROJECT=        lwt_glib
 GITHUB_TAG=    ${PKGVERSION_NOREV}
@@ -12,6 +12,8 @@
 COMMENT=       SSL module for ocaml-lwt
 LICENSE=       gnu-lgpl-v2.1
 
+USE_TOOLS+=    pkg-config
+
 CONFLICTS=     ocaml-lwt<3.0.0
 
 OCAML_USE_DUNE=                yes



Home | Main Index | Thread Index | Old Index