pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/dose3
Module Name: pkgsrc
Committed By: jaapb
Date: Mon Mar 21 07:50:50 UTC 2022
Modified Files:
pkgsrc/misc/dose3: Makefile
Log Message:
Explicitly included ocaml.mk in misc/dose3 Makefile
This doesn't actually change anything, the file was already included
indirectly, but it is better form.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/misc/dose3/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/dose3/Makefile
diff -u pkgsrc/misc/dose3/Makefile:1.18 pkgsrc/misc/dose3/Makefile:1.19
--- pkgsrc/misc/dose3/Makefile:1.18 Mon Mar 8 08:13:03 2021
+++ pkgsrc/misc/dose3/Makefile Mon Mar 21 07:50:50 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2021/03/08 08:13:03 jaapb Exp $
+# $NetBSD: Makefile,v 1.19 2022/03/21 07:50:50 jaapb Exp $
DISTNAME= dose3-5.0.1
PKGREVISION= 6
@@ -24,6 +24,7 @@ CONFIGURE_ARGS+= --with-bytecodeonly
pre-configure:
cd ${WRKSRC} && aclocal -I m4 && autoconf
+.include "../../mk/ocaml.mk"
.include "../../devel/ocaml-cppo/buildlink3.mk"
.include "../../devel/ocaml-extlib/buildlink3.mk"
.include "../../devel/ocaml-re/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index