summaryrefslogtreecommitdiff
path: root/devel/ocaml-batteries/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ocaml-batteries/Makefile')
-rw-r--r--devel/ocaml-batteries/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/ocaml-batteries/Makefile b/devel/ocaml-batteries/Makefile
index df656e7f367..bdfffcc7e1d 100644
--- a/devel/ocaml-batteries/Makefile
+++ b/devel/ocaml-batteries/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.21 2021/03/08 08:12:49 jaapb Exp $
+# $NetBSD: Makefile,v 1.22 2022/05/24 18:51:47 jaapb Exp $
VERSION= 2.11.0
GITHUB_PROJECT= batteries-included
GITHUB_TAG= v${VERSION}
DISTNAME= batteries-${VERSION}
PKGNAME= ocaml-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml-batteries-team/}
@@ -19,7 +19,7 @@ OCAML_USE_FINDLIB= yes
MAKE_ENV= DESTDIR="${DESTDIR}" PREFIX="${PREFIX}"
-.include "../../mk/ocaml.mk"
+.include "../../lang/ocaml/ocaml.mk"
.include "../../devel/ocamlbuild/buildlink3.mk"
.include "../../lang/ocaml/buildlink3.mk"
.include "../../math/ocaml-num/buildlink3.mk"