svn commit: r516422 - in head/x11: kf5-kwayland kf5-plasma-framework

Tobias C. Berner tcberner at FreeBSD.org
Sun Nov 3 13:54:29 UTC 2019


Author: tcberner
Date: Sun Nov  3 13:54:28 2019
New Revision: 516422
URL: https://svnweb.freebsd.org/changeset/ports/516422

Log:
  Add missing USES=gl to kde-frameworks ports.

Modified:
  head/x11/kf5-kwayland/Makefile
  head/x11/kf5-plasma-framework/Makefile

Modified: head/x11/kf5-kwayland/Makefile
==============================================================================
--- head/x11/kf5-kwayland/Makefile	Sun Nov  3 13:51:55 2019	(r516421)
+++ head/x11/kf5-kwayland/Makefile	Sun Nov  3 13:54:28 2019	(r516422)
@@ -15,7 +15,7 @@ LICENSE=	LGPL21 LGPL3
 LICENSE_COMB=	dual
 LICENSE_FILE_LGPL21=	${WRKSRC}/COPYING.LIB
 
-USES=		cmake compiler:c++11-lib gettext kde:5 pkgconfig \
+USES=		cmake compiler:c++11-lib gettext gl kde:5 pkgconfig \
 		qt:5 tar:xz
 USE_GL=		egl
 USE_KDE=	ecm

Modified: head/x11/kf5-plasma-framework/Makefile
==============================================================================
--- head/x11/kf5-plasma-framework/Makefile	Sun Nov  3 13:51:55 2019	(r516421)
+++ head/x11/kf5-plasma-framework/Makefile	Sun Nov  3 13:54:28 2019	(r516422)
@@ -7,7 +7,7 @@ CATEGORIES=	x11 kde kde-frameworks
 MAINTAINER=	kde at FreeBSD.org
 COMMENT=	KF5 plugin based UI runtime used to write user interfaces
 
-USES=		cmake compiler:c++11-lib gettext kde:5 pkgconfig qt:5 tar:xz xorg
+USES=		cmake compiler:c++11-lib gettext gl kde:5 pkgconfig qt:5 tar:xz xorg
 USE_GL=		egl gl
 USE_KDE=	activities archive auth codecs completion config \
 		configwidgets coreaddons dbusaddons doctools globalaccel \


More information about the svn-ports-all mailing list