aboutsummaryrefslogtreecommitdiff
path: root/deskutils/nextcloudclient
diff options
context:
space:
mode:
authorMichael Reifenberger <mr@FreeBSD.org>2020-11-20 21:35:46 +0000
committerMichael Reifenberger <mr@FreeBSD.org>2020-11-20 21:35:46 +0000
commita2b9b6f3b9ed250b00a36d470606a0ab2b23bba3 (patch)
treecf719f8a6c54bc5f9e34fdf7eec0fe6f49616eb4 /deskutils/nextcloudclient
parent51fcf3be2bb8695018a81295ad704606eb791be9 (diff)
downloadports-a2b9b6f3b9ed250b00a36d470606a0ab2b23bba3.tar.gz
ports-a2b9b6f3b9ed250b00a36d470606a0ab2b23bba3.zip
Add graphics/qt5-graphicaleffects dependency.
PR: 251260 Submitted by: andrew.hotlab@hotmail.com
Notes
Notes: svn path=/head/; revision=555791
Diffstat (limited to 'deskutils/nextcloudclient')
-rw-r--r--deskutils/nextcloudclient/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/nextcloudclient/Makefile b/deskutils/nextcloudclient/Makefile
index 57104b0ec304..30fcf72668a3 100644
--- a/deskutils/nextcloudclient/Makefile
+++ b/deskutils/nextcloudclient/Makefile
@@ -3,8 +3,8 @@
PORTNAME= nextcloudclient
PORTVERSION= 3.0.3
-#PORTREVISION= 1
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= deskutils
MAINTAINER= mr@FreeBSD.org
@@ -17,8 +17,8 @@ LIB_DEPENDS= libinotify.so:devel/libinotify \
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 \
+USE_QT= buildtools_build concurrent core dbus declarative graphicaleffects \
+ gui linguist_build location network printsupport qmake_build \
quickcontrols2 sql svg webchannel webengine webkit \
widgets xml
CMAKE_ARGS= -DBUILD_WITH_QT4:BOOL=OFF \