Hi.
Adds a run depend for net/nextcloudclient reported by Sven Wolf to fix
the main window not being shown.
Obrigado!
--
Adriano
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/Makefile,v
retrieving revision 1.40
diff -u -p -r1.40 Makefile
--- Makefile 23 Oct 2022 06:00:38 -0000 1.40
+++ Makefile 2 Nov 2022 20:35:59 -0000
@@ -4,6 +4,7 @@ COMMENT = desktop sync client for Nextcl
V = 3.6.1
DISTNAME = nextcloudclient-${V}
+REVISION = 0
GH_ACCOUNT = nextcloud
GH_PROJECT = desktop
@@ -43,7 +44,8 @@ BUILD_DEPENDS += devel/cmocka
RUN_DEPENDS = devel/desktop-file-utils \
misc/shared-mime-info \
x11/gtk+3,-guic \
- x11/qt5/qtgraphicaleffects
+ x11/qt5/qtgraphicaleffects \
+ x11/qt5/qtquickcontrols
LIB_DEPENDS = databases/sqlite3 \
devel/libinotify \