aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2024-05-06 16:29:28 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2024-05-06 16:56:59 +0000
commitd5becafc85c46a4795127e6a31f8da2d03e47e63 (patch)
treec8c55857216d2cd07ecd0947b122096bed501bc3
parent0ac06196131eb2794746d05a9f7b56cce7fa2d6b (diff)
downloadports-d5becafc85c46a4795127e6a31f8da2d03e47e63.tar.gz
ports-d5becafc85c46a4795127e6a31f8da2d03e47e63.zip
games/warzone2100: switch to USES=sqlite
PR: 278752 Submitted by: diizzy
-rw-r--r--games/warzone2100/Makefile3
1 files changed, 1 insertions, 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" \