diff options
author | tcberner <tcberner@FreeBSD.org> | 2018-11-05 03:00:53 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2018-11-05 03:00:53 +0800 |
commit | 5585578a6babb4a495d0e30671713171095fc52f (patch) | |
tree | e0f4b7d2567ee42aa9691bf31504507d0e3eaaca /emulators | |
parent | b7ef4f6570cdbff99ccb96d5b08880146186685d (diff) | |
download | freebsd-ports-gnome-5585578a6babb4a495d0e30671713171095fc52f.tar.gz freebsd-ports-gnome-5585578a6babb4a495d0e30671713171095fc52f.tar.zst freebsd-ports-gnome-5585578a6babb4a495d0e30671713171095fc52f.zip |
Merge lang/qt5-qml and x11-toolkits/qt5-quick into x11-toolkits/qt5-declarative
- There was no obvious reason to split these ports, and it makes
porting simpler; the set of ports using either mostly coincided.
Exp-run by: antoine
PR: 223687
PR: 232751
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qmc2/Makefile | 5 | ||||
-rw-r--r-- | emulators/rpcs3/Makefile | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/emulators/qmc2/Makefile b/emulators/qmc2/Makefile index 2e7c1c733aff..a298fbe6289e 100644 --- a/emulators/qmc2/Makefile +++ b/emulators/qmc2/Makefile @@ -3,6 +3,7 @@ PORTNAME= qmc2 PORTVERSION= 0.195 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= SF @@ -19,8 +20,8 @@ NO_WRKSUBDIR= yes USES= gmake qt:5 tar:bzip2 USE_XORG= x11 xmu USE_GL= gl glu -USE_QT= buildtools_build core gui multimedia \ - network opengl quick qmake_build qml \ +USE_QT= buildtools_build core declarative gui multimedia \ + network opengl qmake_build \ testlib script scripttools sql svg \ webkit widgets xml xmlpatterns USE_SDL= sdl diff --git a/emulators/rpcs3/Makefile b/emulators/rpcs3/Makefile index e015ed3ffea5..47a1f1963d57 100644 --- a/emulators/rpcs3/Makefile +++ b/emulators/rpcs3/Makefile @@ -39,7 +39,7 @@ GH_TUPLE= RPCS3:hidapi:hidapi-0.8.0-rc1-26-g4c27501:hidapi/3rdparty/hidapi \ USES= cmake:outsource compiler:c++17-lang iconv:wchar_t localbase:ldflags \ openal:soft pkgconfig qt:5 USE_GL= gl glew -USE_QT= qmake_build buildtools_build core dbus gui network widgets qml +USE_QT= qmake_build buildtools_build core dbus declarative gui network widgets USE_XORG= x11 LLD_UNSAFE= yes # XXX ports/219089 CMAKE_ON= CMAKE_SKIP_RPATH USE_SYSTEM_FFMPEG USE_SYSTEM_LIBPNG |