diff options
author | jaapb <jaapb@pkgsrc.org> | 2022-05-24 18:51:47 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2022-05-24 18:51:47 +0000 |
commit | abf70898ce2de69598e9638711f601733d406ed9 (patch) | |
tree | 5426958098dc374bf12b1123634f2eead402860e /misc/dose3 | |
parent | e7d2abfd302ca1df6141bedf367ce9fd5bb8e416 (diff) | |
download | pkgsrc-abf70898ce2de69598e9638711f601733d406ed9.tar.gz |
Recursive revbump associated with update of ocaml.
Also change of mk/ocaml.mk to lang/ocaml/ocaml.mk.
Diffstat (limited to 'misc/dose3')
-rw-r--r-- | misc/dose3/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/dose3/Makefile b/misc/dose3/Makefile index c8db5387ebc..e62a7919198 100644 --- a/misc/dose3/Makefile +++ b/misc/dose3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2022/03/21 07:50:50 jaapb Exp $ +# $NetBSD: Makefile,v 1.20 2022/05/24 18:51:53 jaapb Exp $ DISTNAME= dose3-5.0.1 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= misc MASTER_SITES= https://gforge.inria.fr/frs/download.php/file/36063/ @@ -15,7 +15,7 @@ USE_TOOLS+= aclocal automake autoconf gmake pod2man MAKE_JOBS_SAFE= no OCAML_USE_FINDLIB= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .if ${OCAML_USE_OPT_COMPILER} != "yes" CONFIGURE_ARGS+= --with-bytecodeonly @@ -24,7 +24,7 @@ CONFIGURE_ARGS+= --with-bytecodeonly pre-configure: cd ${WRKSRC} && aclocal -I m4 && autoconf -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-cppo/buildlink3.mk" .include "../../devel/ocaml-extlib/buildlink3.mk" .include "../../devel/ocaml-re/buildlink3.mk" |