summaryrefslogtreecommitdiff
path: root/devel/ocaml-re
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-05-06 22:32:41 +0000
committerwiz <wiz@pkgsrc.org>2016-05-06 22:32:41 +0000
commit303da85bbd4b2e41c6028f7501058a1b44744e5f (patch)
tree9164e5f5d47e5246a24f392e9d3371d07a94884e /devel/ocaml-re
parent0006844cffd153e90c50a753042af5015d6f295b (diff)
downloadpkgsrc-303da85bbd4b2e41c6028f7501058a1b44744e5f.tar.gz
Add build dependency on ocamlbuild to fix build.
Diffstat (limited to 'devel/ocaml-re')
-rw-r--r--devel/ocaml-re/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/ocaml-re/Makefile b/devel/ocaml-re/Makefile
index 1a38f35cde2..82f34e39509 100644
--- a/devel/ocaml-re/Makefile
+++ b/devel/ocaml-re/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2016/05/05 11:45:39 jaapb Exp $
+# $NetBSD: Makefile,v 1.6 2016/05/06 22:32:41 wiz Exp $
DISTNAME= ocaml-re-1.2.2
PKGREVISION= 3
@@ -28,5 +28,6 @@ do-build:
do-install:
cd ${WRKSRC} && ./setup.bin -install
+.include "../../devel/ocamlbuild/buildlink3.mk"
.include "../../mk/ocaml.mk"
.include "../../mk/bsd.pkg.mk"