summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2022-05-29 07:32:15 +0000
committermef <mef@pkgsrc.org>2022-05-29 07:32:15 +0000
commit2a6a3480146264f5f480cbf76fb5e3082eadc531 (patch)
treed311f7158448bf8ebdabaf8b48c3f2e63cdc087f /devel
parentac14ffa88577b95afe73a89228e38a0cddadd77d (diff)
downloadpkgsrc-2a6a3480146264f5f480cbf76fb5e3082eadc531.tar.gz
(devel/ocaml-bigstringaf) Add USE_TOOLS+= pkg-config
Diffstat (limited to 'devel')
-rw-r--r--devel/ocaml-bigstringaf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ocaml-bigstringaf/Makefile b/devel/ocaml-bigstringaf/Makefile
index 33a94993550..060a2c20485 100644
--- a/devel/ocaml-bigstringaf/Makefile
+++ b/devel/ocaml-bigstringaf/Makefile
@@ -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 blits based on memcpy/memmmove
LICENSE= modified-bsd
USE_LANGUAGES= # none
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake pkg-config
OCAML_USE_DUNE= yes
.include "../../lang/ocaml/ocaml.mk"