Unbreak by adding missing dependencies.

PR:		249938
Approved by:	portmgr (fixit blanket)
This commit is contained in:
Guido Falsi 2020-09-30 10:45:41 +00:00
parent 82282acb54
commit cc834c41e4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=550677

View File

@ -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