Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Mar 2021 21:37:18 +0000 (UTC)
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r567342 - head/deskutils/calindori
Message-ID:  <202103042137.124LbIZA072426@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adridg
Date: Thu Mar  4 21:37:17 2021
New Revision: 567342
URL: https://svnweb.freebsd.org/changeset/ports/567342

Log:
  Fix build of deskutils/calindori (missing KDE dependency)
  
  This never built properly since the update yesterday because
  of the missing dep, so no need to bump the PORTREVISION.

Modified:
  head/deskutils/calindori/Makefile

Modified: head/deskutils/calindori/Makefile
==============================================================================
--- head/deskutils/calindori/Makefile	Thu Mar  4 21:18:22 2021	(r567341)
+++ head/deskutils/calindori/Makefile	Thu Mar  4 21:37:17 2021	(r567342)
@@ -17,7 +17,8 @@ USE_QT=		core dbus declarative gui \
 		network quickcontrols quickcontrols2 \
 		svg widgets \
 		buildtools_build linguist_build qmake_build
-USE_KDE=	calendarcore config coreaddons dbusaddons i18n kirigami2 notifications service \
+USE_KDE=	calendarcore config coreaddons dbusaddons i18n kirigami2 \
+		notifications people service \
 		ecm_build
 
 CMAKE_OFF=	BUILD_TESTING



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