Date: Wed, 30 Sep 2020 10:45:42 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r550677 - head/deskutils/nextcloudclient Message-ID: <202009301045.08UAjgt8012294@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Wed Sep 30 10:45:41 2020 New Revision: 550677 URL: https://svnweb.freebsd.org/changeset/ports/550677 Log: Unbreak by adding missing dependencies. PR: 249938 Approved by: portmgr (fixit blanket) Modified: head/deskutils/nextcloudclient/Makefile Modified: head/deskutils/nextcloudclient/Makefile ============================================================================== --- head/deskutils/nextcloudclient/Makefile Wed Sep 30 10:45:08 2020 (r550676) +++ head/deskutils/nextcloudclient/Makefile Wed Sep 30 10:45:41 2020 (r550677) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009301045.08UAjgt8012294>