summaryrefslogtreecommitdiff
path: root/databases/ocaml-ldap
diff options
context:
space:
mode:
authorjaapb <jaapb@pkgsrc.org>2022-05-24 18:59:20 +0000
committerjaapb <jaapb@pkgsrc.org>2022-05-24 18:59:20 +0000
commit0c88cd3be92fb083f4acdf5e8fc77863657bec7a (patch)
treee3b82e6f44f736a359e4dc49ae94669368aabf96 /databases/ocaml-ldap
parentabf70898ce2de69598e9638711f601733d406ed9 (diff)
downloadpkgsrc-0c88cd3be92fb083f4acdf5e8fc77863657bec7a.tar.gz
Replaced mk/ocaml.mk with lang/ocaml/ocaml.mk in ocaml packages
Diffstat (limited to 'databases/ocaml-ldap')
-rw-r--r--databases/ocaml-ldap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/ocaml-ldap/Makefile b/databases/ocaml-ldap/Makefile
index 1429d67b6f6..6902b20ddc5 100644
--- a/databases/ocaml-ldap/Makefile
+++ b/databases/ocaml-ldap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2022/05/04 10:06:59 jaapb Exp $
+# $NetBSD: Makefile,v 1.17 2022/05/24 18:59:20 jaapb Exp $
VERSION= 2.4.2
GITHUB_PROJECT= ocamldap
@@ -16,7 +16,7 @@ LICENSE= gnu-lgpl-v2.1
USE_LANGUAGES= # none
OCAML_USE_DUNE= yes
-.include "../../mk/ocaml.mk"
+.include "../../lang/ocaml/ocaml.mk"
.include "../../devel/pcre-ocaml/buildlink3.mk"
.include "../../net/ocamlnet/buildlink3.mk"
.include "../../security/ocaml-ssl/buildlink3.mk"