Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Nov 2020 21:35:46 +0000 (UTC)
From:      Michael Reifenberger <mr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r555791 - head/deskutils/nextcloudclient
Message-ID:  <202011202135.0AKLZk77066300@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mr
Date: Fri Nov 20 21:35:46 2020
New Revision: 555791
URL: https://svnweb.freebsd.org/changeset/ports/555791

Log:
  Add graphics/qt5-graphicaleffects dependency.
  
  PR:		251260
  Submitted by:	andrew.hotlab@hotmail.com

Modified:
  head/deskutils/nextcloudclient/Makefile

Modified: head/deskutils/nextcloudclient/Makefile
==============================================================================
--- head/deskutils/nextcloudclient/Makefile	Fri Nov 20 21:28:00 2020	(r555790)
+++ head/deskutils/nextcloudclient/Makefile	Fri Nov 20 21:35:46 2020	(r555791)
@@ -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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011202135.0AKLZk77066300>