Skip to content
Snippets Groups Projects
Commit 9135117d authored by Yusuf Yaman's avatar Yusuf Yaman Committed by Vladimir Druzenko
Browse files

games/prismlauncher: Add missing dependency

Fix SSL handshake error due to missing dependency security/ca_root_nss
causing offline Microsoft account.

PR:		284618
Approved by:	Alexander Vereeken <Alexander88207@protonmail.com> (maintainer)
parent 2e50d898
No related branches found
No related tags found
No related merge requests found
PORTNAME= prismlauncher
DISTVERSION= 9.2
PORTREVISION= 1
CATEGORIES= games java
MAINTAINER= Alexander88207@protonmail.com
......@@ -12,7 +13,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING.md
LIB_DEPENDS= libcmark.so:textproc/cmark \
libquazip1-qt6.so:archivers/quazip@qt6 \
libtomlplusplus.so:devel/tomlplusplus
RUN_DEPENDS= lwjgl>0:games/lwjgl \
RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss \
lwjgl>0:games/lwjgl \
lwjgl3>0:games/lwjgl3 \
openjdk21>0:java/openjdk21 \
xrandr:x11/xrandr
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment