From 24a0a91784889f751aa8acc6c537ef3f21416e7a Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 6 May 2016 22:32:41 +0000 Subject: [PATCH] Add build dependency on ocamlbuild to fix build. --- devel/ocaml-re/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/ocaml-re/Makefile b/devel/ocaml-re/Makefile index 1a38f35cde21f..82f34e39509b6 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"