summaryrefslogtreecommitdiff
path: root/devel/ocaml-fmt
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2019-05-29 03:23:28 +0000
committermef <mef@pkgsrc.org>2019-05-29 03:23:28 +0000
commite931bbd4e45183d706fa05631f01b8a94a192bca (patch)
tree513cdec40b05beafdbf56470535f1a10312ec8bf /devel/ocaml-fmt
parent49cc8844ce2caf91f739ed8120b3b71cf1c4b426 (diff)
downloadpkgsrc-e931bbd4e45183d706fa05631f01b8a94a192bca.tar.gz
(devel/ocaml-fmt) Add misc/ocaml-topkg/buildlink3.mk to fix following problem
===> Creating toolchain wrappers for ocaml-fmt-0.8.5 ERROR: ocaml-topkg>=1.0.0 is not installed; can't buildlink files. *** Error code 1
Diffstat (limited to 'devel/ocaml-fmt')
-rw-r--r--devel/ocaml-fmt/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/ocaml-fmt/Makefile b/devel/ocaml-fmt/Makefile
index 4d96050cd46..82058d878b1 100644
--- a/devel/ocaml-fmt/Makefile
+++ b/devel/ocaml-fmt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/03/12 17:53:44 jaapb Exp $
+# $NetBSD: Makefile,v 1.3 2019/05/29 03:23:28 mef Exp $
DISTNAME= fmt-0.8.5
PKGNAME= ocaml-${DISTNAME}
@@ -19,6 +19,7 @@ OCAML_USE_OPAM= yes
.include "../../devel/ocamlbuild/buildlink3.mk"
.include "../../devel/ocaml-cmdliner/buildlink3.mk"
.include "../../devel/ocaml-result/buildlink3.mk"
+.include "../../misc/ocaml-topkg/buildlink3.mk"
.include "../../textproc/ocaml-uchar/buildlink3.mk"
.include "../../mk/ocaml.mk"
.include "../../mk/bsd.pkg.mk"