pkgsrc-WIP-changes archive

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

semgrep-core: ocaml and ocaml-opam are needed only for build



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Wed Aug 11 13:34:34 2021 +0200
Changeset:	19f455c45c3fba36078def9c14b4c344690fa67e

Modified Files:
	semgrep-core/Makefile

Log Message:
semgrep-core: ocaml and ocaml-opam are needed only for build

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

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

diffstat:
 semgrep-core/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/semgrep-core/Makefile b/semgrep-core/Makefile
index 779599c09e..da40f7be2d 100644
--- a/semgrep-core/Makefile
+++ b/semgrep-core/Makefile
@@ -44,7 +44,9 @@ do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/semgrep/semgrep/bin/spacegrep ${DESTDIR}${PREFIX}/bin/spacegrep
 
 .include "../../devel/pcre/buildlink3.mk"
+BUILDLINK_DEPMETHOD.ocaml=	build
 .include "../../lang/ocaml/buildlink3.mk"
+BUILDLINK_DEPMETHOD.ocaml-opam=	build
 .include "../../misc/ocaml-opam/buildlink3.mk"
 .include "../../wip/tree-sitter/buildlink3.mk"
 .include "../../wip/mk/git-package.mk"


Home | Main Index | Thread Index | Old Index