summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjaapb <jaapb@pkgsrc.org>2017-10-17 09:42:52 +0000
committerjaapb <jaapb@pkgsrc.org>2017-10-17 09:42:52 +0000
commit32e8b04c8310ec748c41cc9c55c4039762cbb1cc (patch)
tree58d865b9248aaa3033d5e116c6c9ace20039a873 /mk
parent463f0d404d429b4977b2134bd2121a0cafb3e728 (diff)
downloadpkgsrc-32e8b04c8310ec748c41cc9c55c4039762cbb1cc.tar.gz
Modified file so that opam automatically uses findlib
Diffstat (limited to 'mk')
-rw-r--r--mk/ocaml.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/ocaml.mk b/mk/ocaml.mk
index 37a474517e4..6335de35d2f 100644
--- a/mk/ocaml.mk
+++ b/mk/ocaml.mk
@@ -1,4 +1,4 @@
-# $NetBSD: ocaml.mk,v 1.17 2017/09/08 22:18:46 jaapb Exp $
+# $NetBSD: ocaml.mk,v 1.18 2017/10/17 09:42:52 jaapb Exp $
#
# This Makefile fragment handles the common variables used by OCaml packages.
#
@@ -143,6 +143,7 @@ OCAML_USE_OPAM?= no
# Configure stuff for OPAM
.if ${OCAML_USE_OPAM} == "yes"
.include "../../misc/ocaml-opam/buildlink3.mk"
+OCAML_USE_FINDLIB= yes
.endif
# Configure stuff for TOPKG