pkgsrc-WIP-changes archive

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

jitsi-meet: remove dependency on lang/nodejs



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Mon Jul 11 09:17:43 2022 +0200
Changeset:	3324a5575ddbbdd6ff60802846280d4da76edbbb

Modified Files:
	jitsi-meet/Makefile

Log Message:
jitsi-meet: remove dependency on lang/nodejs

Besides NPM when compiling, Jitsi Meet does not actually require Node.JS
to work.

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

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

diffstat:
 jitsi-meet/Makefile | 2 --
 1 file changed, 2 deletions(-)

diffs:
diff --git a/jitsi-meet/Makefile b/jitsi-meet/Makefile
index 3868e26335..2dfc1d11db 100644
--- a/jitsi-meet/Makefile
+++ b/jitsi-meet/Makefile
@@ -37,6 +37,4 @@ post-install:
 		${DESTDIR}${PREFIX}/share/examples/jitsi-meet/title.html
 
 .include "../../wip/jitsi-meet/Makefile.common"
-.include "../../lang/nodejs/buildlink3.mk"
-.include "../../lang/nodejs/nodeversion.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index