aboutsummaryrefslogtreecommitdiff
path: root/games/vkquake
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-01-13 16:08:40 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-01-13 16:08:40 +0000
commitf50b94a4169968e9ca5adee221de2ec31cd1b684 (patch)
tree6f808cbd15bf40358e8b0e88aa3baed528c87213 /games/vkquake
parentac63be610e268860ab3b434feaf2ba05d5b5bb97 (diff)
downloadports-f50b94a4169968e9ca5adee221de2ec31cd1b684.tar.gz
ports-f50b94a4169968e9ca5adee221de2ec31cd1b684.zip
Use USE_SDL where appropriate
Notes
Notes: svn path=/head/; revision=490151
Diffstat (limited to 'games/vkquake')
-rw-r--r--games/vkquake/Makefile4
1 files changed, 2 insertions, 2 deletions
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