git: 73d5099c0268 - main - emulators/linux-rl9: add qt5 components to linux metaport

From: Dima Panov <fluffy_at_FreeBSD.org>
Date: Thu, 07 Nov 2024 09:29:36 UTC
The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=73d5099c0268944cb98a0ec29ac1a33b85358633

commit 73d5099c0268944cb98a0ec29ac1a33b85358633
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-11-07 09:23:35 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-11-07 09:29:25 +0000

    emulators/linux-rl9: add qt5 components to linux metaport
    
    qtbase
    qtconnectivity
    qtdeclarative
    qtgraphicaleffects
    qtimageformats
    qtquickcontrols
    qtscript
    qtsensors
    qtserialbus
    qtserialport
    qtsvg
    qttools
    qtwayland
    qtwebchannel
    qtwebsockets
    qtx11extras
    qtxmlpatterns
    
    Sponsored by:   Future Crew, LLC
---
 emulators/linux-rl9/Makefile | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/emulators/linux-rl9/Makefile b/emulators/linux-rl9/Makefile
index af6c44741a84..f9f6cd2f5464 100644
--- a/emulators/linux-rl9/Makefile
+++ b/emulators/linux-rl9/Makefile
@@ -25,9 +25,13 @@ USE_LINUX=	alsalib alsa-lib-devel alsa-plugins-oss alsa-plugins-pulseaudio \
 		libtasn1 libthai libtheora libtracker-sparql \
 		libunistring libusb libv4l libva libvdpau libvorbis libvpx libxkbcommon libxml2 \
 		llvm lz4 nettle nspr nss openal-soft ocl-icd openjpeg openldap opus orc \
-		p11-kit pango pixman png pulseaudio-libs python3 sqlite3 \
-		strace systemd-libs tcp_wrappers-libs tiff vulkan wayland webp xorglibs
+		p11-kit pango pixman png pulseaudio-libs python3 \
+		qtbase qtconnectivity qtdeclarative qtgraphicaleffects qtimageformats \
+		qtquickcontrols qtscript qtsensors qtserialbus qtserialport qtsvg \
+		qttools qtwayland qtwebchannel qtwebsockets qtx11extras qtxmlpatterns \
+		sqlite3 strace systemd-libs tcp_wrappers-libs tiff vulkan wayland webp xorglibs
 
 .include <bsd.port.options.mk>
 
 .include <bsd.port.mk>
+