pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

ocaml-uumf: add some tool dependencies



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sat Feb 15 17:37:09 2025 +0100
Changeset:	26adb4848e0ac9f103edca5d4894552bb5aa6a58

Modified Files:
	ocaml-uunf/Makefile

Log Message:
ocaml-uumf: add some tool dependencies

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=26adb4848e0ac9f103edca5d4894552bb5aa6a58

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ocaml-uunf/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diffs:
diff --git a/ocaml-uunf/Makefile b/ocaml-uunf/Makefile
index 3768b1dd06..c06e801b74 100644
--- a/ocaml-uunf/Makefile
+++ b/ocaml-uunf/Makefile
@@ -10,6 +10,10 @@ HOMEPAGE=	https://github.com/dbuenzli/uunf/
 COMMENT=	OCaml library for normalizing Unicode text
 LICENSE=	isc
 
+TOOL_DEPENDS+=	ocaml-findlib-[0-9]*:../../devel/ocaml-findlib
+TOOL_DEPENDS+=	ocamlbuild-[0-9]*:../../devel/ocamlbuild
+TOOL_DEPENDS+=	ocaml-topkg-[0-9]*:../../misc/ocaml-topkg
+
 # Consider hoisting this to github.mk?
 WRKSRC=	${WRKDIR}/${DISTNAME}
 


Home | Main Index | Thread Index | Old Index