(devel/ocaml-ppx_cold) Add ocaml-base as buildlink3.mk

This commit is contained in:
mef 2020-12-14 09:11:51 +00:00
parent 6f3a734e9f
commit df1cfaf886

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2020/01/16 13:18:13 jaapb Exp $
# $NetBSD: Makefile,v 1.2 2020/12/14 09:11:51 mef Exp $
GITHUB_PROJECT= ppx_cold
GITHUB_TAG= v${PKGVERSION_NOREV}
@ -18,4 +18,5 @@ OCAML_USE_DUNE= yes
.include "../../mk/ocaml.mk"
.include "../../devel/ocaml-ppxlib/buildlink3.mk"
.include "../../devel/ocaml-base/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"