Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Feb 2019 00:27:56 +0000 (UTC)
From:      =?UTF-8?Q?Alexandre_C=2e_Guimar=c3=a3es?= <rigoletto@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492472 - head/x11-themes/Kvantum
Message-ID:  <201902090027.x190Ruh5035010@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rigoletto
Date: Sat Feb  9 00:27:56 2019
New Revision: 492472
URL: https://svnweb.freebsd.org/changeset/ports/492472

Log:
  x11-themes/Kvantum: move kde:5 inside Qt5 FLAVOR
  
  Approved by:	tcberner (mentor)

Modified:
  head/x11-themes/Kvantum/Makefile

Modified: head/x11-themes/Kvantum/Makefile
==============================================================================
--- head/x11-themes/Kvantum/Makefile	Fri Feb  8 23:33:15 2019	(r492471)
+++ head/x11-themes/Kvantum/Makefile	Sat Feb  9 00:27:56 2019	(r492472)
@@ -20,7 +20,7 @@ qt5_PKGNAMESUFFIX=	-qt5
 qt4_PLIST=	pkg-plist.qt4
 qt5_PLIST=	pkg-plist.qt5
 
-USES=		compiler:c++11-lang kde:5 qmake
+USES=		compiler:c++11-lang qmake
 USE_XORG=	x11 xext
 USE_LDCONFIG=	yes
 USE_GITHUB=	yes
@@ -32,7 +32,7 @@ EXPIRATION_DATE=2019-03-15
 USES+=		qt:4
 USE_QT=		corelib gui svg rcc_build uic_build moc_build
 .elif ${FLAVOR} == qt5
-USES+=		qt:5
+USES+=		kde:5 qt:5
 USE_KDE=	windowsystem
 USE_QT=		core gui svg widgets x11extras buildtools_build \
 		linguisttools_build



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