svn commit: r416088 - head/Mk

Kurt Jaeger pi at FreeBSD.org
Sun May 29 08:40:00 UTC 2016


Author: pi
Date: Sun May 29 08:39:58 2016
New Revision: 416088
URL: https://svnweb.freebsd.org/changeset/ports/416088

Log:
  devel/qt5: refactor: fix Mk/bsd.qt.mk
  
  - the 'doc' component for qt4 was dropped inadvertently, re-added
  
  PR:		209326
  Submitted by:	Tobias Berner <tcberner at gmail.com> (kde)

Modified:
  head/Mk/bsd.qt.mk

Modified: head/Mk/bsd.qt.mk
==============================================================================
--- head/Mk/bsd.qt.mk	Sun May 29 08:02:28 2016	(r416087)
+++ head/Mk/bsd.qt.mk	Sun May 29 08:39:58 2016	(r416088)
@@ -306,7 +306,7 @@ _USE_QT_ALL=	assistant clucene dbus decl
 				xml xmlpatterns
 
 _USE_QT4_ONLY=	accessible assistant-adp assistantclient codecs-cn codecs-jp \
-				codecs-kr codecs-tw corelib demo graphicssystems-opengl \
+				codecs-kr codecs-tw corelib demo doc graphicssystems-opengl \
 				help-tools iconengines inputmethods makeqpf moc phonon \
 				phonon-gst porting qdoc3 qmlviewer qt3support qtconfig \
 				qtestlib qvfb rcc uic uic3 xmlpatterns-tool


More information about the svn-ports-head mailing list