Skip to content

Commit

Permalink
Add build dependency on ocamlbuild to fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
wiz committed May 6, 2016
1 parent 98c7021 commit 24a0a91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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
Expand Down Expand Up @@ -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"

0 comments on commit 24a0a91

Please sign in to comment.