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:           Sun May 29 07:32:15 UTC 2022

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

Log Message:
(devel/ocaml-bigstringaf) Add USE_TOOLS+= pkg-config


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.6 pkgsrc/devel/ocaml-bigstringaf/Makefile:1.7
--- pkgsrc/devel/ocaml-bigstringaf/Makefile:1.6 Sat May 28 00:52:42 2022
+++ pkgsrc/devel/ocaml-bigstringaf/Makefile     Sun May 29 07:32:15 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2022/05/28 00:52:42 mef Exp $
+# $NetBSD: Makefile,v 1.7 2022/05/29 07:32:15 mef Exp $
 
 DISTNAME=      ${GITHUB_PROJECT}-0.9.0
 PKGNAME=       ocaml-${DISTNAME}
@@ -12,7 +12,7 @@ COMMENT=      Bigstring intrinsics and fast b
 LICENSE=       modified-bsd
 
 USE_LANGUAGES= # none
-USE_TOOLS+=    gmake
+USE_TOOLS+=    gmake pkg-config
 OCAML_USE_DUNE=        yes
 
 .include "../../lang/ocaml/ocaml.mk"



Home | Main Index | Thread Index | Old Index