From f50b94a4169968e9ca5adee221de2ec31cd1b684 Mon Sep 17 00:00:00 2001 From: Tobias Kortkamp Date: Sun, 13 Jan 2019 16:08:40 +0000 Subject: Use USE_SDL where appropriate --- games/vkquake/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games') diff --git a/games/vkquake/Makefile b/games/vkquake/Makefile index 414c24bae8d9..523620c6cd63 100644 --- a/games/vkquake/Makefile +++ b/games/vkquake/Makefile @@ -11,13 +11,13 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/../LICENSE.txt BUILD_DEPENDS= ${LOCALBASE}/include/vulkan/vulkan.h:devel/vulkan-headers -LIB_DEPENDS= libSDL2.so:devel/sdl20 \ - libX11-xcb.so:x11/libX11 \ +LIB_DEPENDS= libX11-xcb.so:x11/libX11 \ libvulkan.so:graphics/vulkan-loader WRKSRC_SUBDIR= Quake USES= desktop-file-utils gmake pkgconfig +USE_SDL= sdl2 USE_GITHUB= yes GH_ACCOUNT= Novum -- cgit v1.2.3