Date: Tue, 3 Dec 2019 20:24:44 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r518965 - head/graphics/osg Message-ID: <201912032024.xB3KOicm021109@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912032024.xB3KOicm021109>