svn commit: r529298 - head/emulators/rpcs3

Jan Beich jbeich at FreeBSD.org
Fri Mar 27 23:55:45 UTC 2020


Author: jbeich
Date: Fri Mar 27 23:49:08 2020
New Revision: 529298
URL: https://svnweb.freebsd.org/changeset/ports/529298

Log:
  emulators/rpcs3: libQt5Qml.so is not used after after r529285
  
  https://github.com/RPCS3/rpcs3/commit/af4efafae195

Modified:
  head/emulators/rpcs3/Makefile   (contents, props changed)

Modified: head/emulators/rpcs3/Makefile
==============================================================================
--- head/emulators/rpcs3/Makefile	Fri Mar 27 23:47:04 2020	(r529297)
+++ head/emulators/rpcs3/Makefile	Fri Mar 27 23:49:08 2020	(r529298)
@@ -44,7 +44,7 @@ GH_TUPLE=	RPCS3:hidapi:hidapi-0.8.0-rc1-27-g9220f5e:hi
 USES=		cmake compiler:c++17-lang gl iconv:wchar_t localbase:ldflags \
 		openal:soft pkgconfig python:3.4+,build qt:5 xorg
 USE_GL=		gl glew
-USE_QT=		qmake_build buildtools_build core concurrent dbus declarative gui widgets
+USE_QT=		qmake_build buildtools_build core concurrent dbus gui widgets
 USE_XORG=	x11
 CMAKE_ON=	CMAKE_SKIP_RPATH USE_SYSTEM_CURL USE_SYSTEM_FFMPEG USE_SYSTEM_LIBPNG
 CMAKE_OFF=	USE_NATIVE_INSTRUCTIONS


More information about the svn-ports-all mailing list