Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Nov 2019 13:54:28 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r516422 - in head/x11: kf5-kwayland kf5-plasma-framework
Message-ID:  <201911031354.xA3DsSGw098354@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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 \



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