From d5becafc85c46a4795127e6a31f8da2d03e47e63 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Mon, 6 May 2024 19:29:28 +0300 Subject: [PATCH] games/warzone2100: switch to USES=sqlite PR: 278752 Submitted by: diizzy --- games/warzone2100/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/games/warzone2100/Makefile b/games/warzone2100/Makefile index 7042b8350dcf..523cd009c8b8 100644 --- a/games/warzone2100/Makefile +++ b/games/warzone2100/Makefile @@ -23,14 +23,13 @@ LIB_DEPENDS= libphysfs.so:devel/physfs \ libharfbuzz.so:print/harfbuzz \ libsodium.so:security/libsodium \ libcurl.so:ftp/curl \ - libsqlite3.so:databases/sqlite3 \ libminiupnpc.so:net/miniupnpc \ libopusfile.so:audio/opusfile \ libopus.so:audio/opus RUN_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSans.ttf:x11-fonts/dejavu USES= cmake bison compiler:c++11-lib gl openal:al pkgconfig \ - sdl tar:xz + sdl sqlite tar:xz USE_GL= gl USE_SDL= sdl2 CMAKE_ARGS= -DWZ_DISTRIBUTOR="FreeBSD ports" \