diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/ocaml-cryptokit/Makefile | 4 | ||||
-rw-r--r-- | security/ocaml-ssl/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/ocaml-cryptokit/Makefile b/security/ocaml-cryptokit/Makefile index 5a488056238..e476ca02f11 100644 --- a/security/ocaml-cryptokit/Makefile +++ b/security/ocaml-cryptokit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2022/05/11 11:07:39 jaapb Exp $ +# $NetBSD: Makefile,v 1.26 2022/05/24 18:59:34 jaapb Exp $ # VERSION= 1.17 @@ -16,7 +16,7 @@ LICENSE= gnu-lgpl-v2 # with static compilation exception OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-dune-configurator/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../math/ocaml-zarith/buildlink3.mk" diff --git a/security/ocaml-ssl/Makefile b/security/ocaml-ssl/Makefile index 093a048fb79..883b1f08b06 100644 --- a/security/ocaml-ssl/Makefile +++ b/security/ocaml-ssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2022/05/04 09:08:23 jaapb Exp $ +# $NetBSD: Makefile,v 1.41 2022/05/24 18:59:34 jaapb Exp $ # DISTNAME= ocaml-ssl-0.5.10 @@ -16,7 +16,7 @@ OCAML_USE_DUNE= yes .include "../../mk/bsd.prefs.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-dune-configurator/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |