From cc834c41e493ae7ab0abc5e8a1df1c0edc98e2fd Mon Sep 17 00:00:00 2001 From: Guido Falsi Date: Wed, 30 Sep 2020 10:45:41 +0000 Subject: [PATCH] Unbreak by adding missing dependencies. PR: 249938 Approved by: portmgr (fixit blanket) --- deskutils/nextcloudclient/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/deskutils/nextcloudclient/Makefile b/deskutils/nextcloudclient/Makefile index 97e5e0fc4a0e..913c71d5d0a9 100644 --- a/deskutils/nextcloudclient/Makefile +++ b/deskutils/nextcloudclient/Makefile @@ -3,7 +3,7 @@ PORTNAME= nextcloudclient PORTVERSION= 3.0.2 -#PORTREVISION= 1 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= deskutils @@ -12,15 +12,15 @@ COMMENT= NextCloud Desktop Syncing Client LICENSE= GPLv2 -BROKEN= fails to configure - LIB_DEPENDS= libinotify.so:devel/libinotify \ libqt5keychain.so:security/qtkeychain USES= cmake:noninja compiler:c++11-lib gmake gnome iconv \ localbase:ldflags pkgconfig qt:5 sqlite ssl -USE_QT= buildtools_build concurrent core dbus declarative gui linguist_build location network \ - printsupport qmake_build sql webchannel webengine webkit widgets xml +USE_QT= buildtools_build concurrent core dbus declarative gui \ + linguist_build location network printsupport qmake_build \ + quickcontrols2 sql svg webchannel webengine webkit \ + widgets xml CMAKE_ARGS= -DBUILD_WITH_QT4:BOOL=OFF \ -DCMAKE_INSTALL_MANDIR:STRING=man \ -DWITH_STACK_PROTECTOR:BOOL=OFF