diff options
author | wiz <wiz@pkgsrc.org> | 2016-05-06 22:31:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-05-06 22:31:36 +0000 |
commit | 0006844cffd153e90c50a753042af5015d6f295b (patch) | |
tree | 0bc0e157b6ad43beb49e140f46e7ece75a3888c5 | |
parent | 7ff4df74294b163336b018aeee3433a0c8cd29cd (diff) | |
download | pkgsrc-0006844cffd153e90c50a753042af5015d6f295b.tar.gz |
dd build dependency on ocamlbuild to fix build.
-rw-r--r-- | misc/ocaml-cudf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/ocaml-cudf/Makefile b/misc/ocaml-cudf/Makefile index abdba26bfef..6e10162b733 100644 --- a/misc/ocaml-cudf/Makefile +++ b/misc/ocaml-cudf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2016/05/05 11:45:40 jaapb Exp $ +# $NetBSD: Makefile,v 1.6 2016/05/06 22:31:36 wiz Exp $ DISTNAME= cudf-0.7 PKGNAME= ocaml-${DISTNAME} @@ -25,5 +25,6 @@ BUILD_TARGET+= opt .endif .include "../../devel/ocaml-extlib/buildlink3.mk" +.include "../../devel/ocamlbuild/buildlink3.mk" .include "../../lang/camlp4/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |