aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2022-07-20 10:29:44 +0000
committerJan Beich <jbeich@FreeBSD.org>2022-07-27 00:34:32 +0000
commite114238b696403a5597027e9d01f52c2c706dff0 (patch)
tree42d4dd5b456e80cfb36b3dc545aca27e4dd671c2 /devel
parent31a74b5092c5fec0312efe12dac0e39e87bf6e23 (diff)
downloadports-e114238b696403a5597027e9d01f52c2c706dff0.tar.gz
ports-e114238b696403a5597027e9d01f52c2c706dff0.zip
wayland: add more mostly leaf ports to virtual category
Caveats: - emulators/rpcs3: install qt5-wayland and ensure Renderer is Vulkan (default) - mail/thunderbird: add MOZ_ENABLE_WAYLAND=1 via environ(7) - www/chromium: add --ozone-platform=wayland on command line - www/firefox-esr: add MOZ_ENABLE_WAYLAND=1 via environ(7) - www/firefox: add MOZ_ENABLE_WAYLAND=1 via environ(7) (cherry picked from commit 29486876225718bafb70b78f4bb811674b06f164) (cherry picked from commit bf8df578429ebfdbc76912b243516e8755bc616d)
Diffstat (limited to 'devel')
-rw-r--r--devel/sdl12-compat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/sdl12-compat/Makefile b/devel/sdl12-compat/Makefile
index cb74bfb198d8..a6b2ae60ffa4 100644
--- a/devel/sdl12-compat/Makefile
+++ b/devel/sdl12-compat/Makefile
@@ -1,7 +1,7 @@
PORTNAME= sdl12-compat
DISTVERSIONPREFIX= release-
DISTVERSION= 1.2.52
-CATEGORIES= devel
+CATEGORIES= devel wayland
MAINTAINER= jbeich@FreeBSD.org
COMMENT= SDL-1.2 compatibility layer that uses SDL 2.0 behind the scenes