svn commit: r466759 - head/science/kst2

Max Brazhnikov makc at FreeBSD.org
Sat Apr 7 18:49:02 UTC 2018


Author: makc
Date: Sat Apr  7 18:49:01 2018
New Revision: 466759
URL: https://svnweb.freebsd.org/changeset/ports/466759

Log:
  Add explicit dependence on Qt components

Modified:
  head/science/kst2/Makefile

Modified: head/science/kst2/Makefile
==============================================================================
--- head/science/kst2/Makefile	Sat Apr  7 17:37:24 2018	(r466758)
+++ head/science/kst2/Makefile	Sat Apr  7 18:49:01 2018	(r466759)
@@ -16,9 +16,9 @@ KST_DATE=	20180405
 
 USES=		cmake:outsource desktop-file-utils pkgconfig \
 		shared-mime-info
-_USE_QT4=	gui xml designer svg linguisttools_build \
+_USE_QT4=	corelib gui xml designer network svg linguisttools_build \
 		qmake_build moc_build rcc_build uic_build
-_USE_QT5=	concurrent network printsupport widgets xml \
+_USE_QT5=	concurrent core gui network printsupport svg widgets xml \
 		buildtools_build linguisttools_build qmake_build
 USE_LDCONFIG=	yes
 


More information about the svn-ports-head mailing list