pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-bigstringaf



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat May 28 00:52:42 UTC 2022

Modified Files:
        pkgsrc/devel/ocaml-bigstringaf: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ocaml-bigstringaf/Makefile

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

Modified files:

Index: pkgsrc/devel/ocaml-bigstringaf/Makefile
diff -u pkgsrc/devel/ocaml-bigstringaf/Makefile:1.5 pkgsrc/devel/ocaml-bigstringaf/Makefile:1.6
--- pkgsrc/devel/ocaml-bigstringaf/Makefile:1.5 Tue May 24 18:59:22 2022
+++ pkgsrc/devel/ocaml-bigstringaf/Makefile     Sat May 28 00:52:42 2022
@@ -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 @@ COMMENT=      Bigstring intrinsics and fast b
 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