svn commit: r518965 - head/graphics/osg

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Dec 3 20:24:45 UTC 2019


Author: amdmi3
Date: Tue Dec  3 20:24:44 2019
New Revision: 518965
URL: https://svnweb.freebsd.org/changeset/ports/518965

Log:
  - Fix build with QT5 enabled
  
  PR:		232766
  Submitted by:	bengta at sics.se

Modified:
  head/graphics/osg/Makefile

Modified: head/graphics/osg/Makefile
==============================================================================
--- head/graphics/osg/Makefile	Tue Dec  3 20:07:53 2019	(r518964)
+++ head/graphics/osg/Makefile	Tue Dec  3 20:24:44 2019	(r518965)
@@ -94,8 +94,8 @@ PDF_LIB_DEPENDS=	libpoppler-glib.so:graphics/poppler-g
 PDF_USE=		gnome=cairo
 PDF_VARS=		FORCE_REQUIRE+=Poppler-glib
 PDF_VARS_OFF=		FORCE_IGNORE+=Poppler-glib
-QT5_USE=		qt:5
-QT5_USE=		qt=buildtools_build,core,gui,opengl,qmake_build,webkit
+QT5_USES=		qt:5
+QT5_USE=		qt=buildtools_build,core,gui,opengl,qmake_build,webkit,widgets
 QT5_CMAKE_ON=		-DDESIRED_QT_VERSION=5
 QT5_VARS=		FORCE_REQUIRE+="Qt5Widgets Qt5WebKitWidgets"
 QT5_VARS_OFF=		FORCE_IGNORE+="Qt5Widgets Qt5WebKitWidgets"


More information about the svn-ports-head mailing list