diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2021-05-21 22:23:45 +0300 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2021-05-21 23:19:47 +0300 |
commit | 7c225866d104ab530683ecc8439806505e15f6c4 (patch) | |
tree | 249f036d48293358840f21a69b20e6444d728107 /emulators/aqemu/Makefile | |
parent | ports-mgmt/poudriere-devel: - Update to 3.3.0-704-g8c78cfb24 (diff) |
emulators/aqemu: clean up port
- Drop needless linguisttools_build, the port does not use translations.
- Drop noninja. Works for me, have no idea why it was set in the first place.
- Correctly use rcc to fix build once misc/qtchooser is removed
Diffstat (limited to 'emulators/aqemu/Makefile')
-rw-r--r-- | emulators/aqemu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/aqemu/Makefile b/emulators/aqemu/Makefile index a0d8231fb8d2..893673cca53e 100644 --- a/emulators/aqemu/Makefile +++ b/emulators/aqemu/Makefile @@ -12,8 +12,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libvncclient.so:net/libvncserver -USES= cmake:noninja compiler:c++11-lang qt:5 -USE_QT= buildtools_build linguisttools_build qmake_build \ +USES= cmake compiler:c++11-lang qt:5 +USE_QT= buildtools_build qmake_build \ core dbus gui network printsupport testlib widgets USE_GITHUB= yes |