svn commit: r492472 - head/x11-themes/Kvantum

Alexandre C. Guimarães rigoletto at FreeBSD.org
Sat Feb 9 00:27:57 UTC 2019


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


More information about the svn-ports-all mailing list