pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ocaml-bigstringaf (devel/ocaml-bigstringaf) Fix ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d47f8d08d18c
branches:  trunk
changeset: 380020:d47f8d08d18c
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat May 28 00:52:42 2022 +0000

description:
(devel/ocaml-bigstringaf) Fix build, +USE_TOOLS+= gmake

diffstat:

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

diffs (17 lines):

diff -r 98ce8e661949 -r d47f8d08d18c devel/ocaml-bigstringaf/Makefile
--- a/devel/ocaml-bigstringaf/Makefile  Fri May 27 18:22:51 2022 +0000
+++ b/devel/ocaml-bigstringaf/Makefile  Sat May 28 00:52:42 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2022/05/24 18:59:22 jaapb Exp $
+# $NetBSD: Makefile,v 1.6 2022/05/28 00:52:42 mef Exp $
 
 DISTNAME=      ${GITHUB_PROJECT}-0.9.0
 PKGNAME=       ocaml-${DISTNAME}
@@ -12,6 +12,7 @@
 LICENSE=       modified-bsd
 
 USE_LANGUAGES= # none
+USE_TOOLS+=    gmake
 OCAML_USE_DUNE=        yes
 
 .include "../../lang/ocaml/ocaml.mk"



Home | Main Index | Thread Index | Old Index