svn commit: r567342 - head/deskutils/calindori

Adriaan de Groot adridg at FreeBSD.org
Thu Mar 4 21:37:18 UTC 2021


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


More information about the svn-ports-all mailing list