Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 May 2024 16:57:03 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d5becafc85c4 - main - games/warzone2100: switch to USES=sqlite
Message-ID:  <202405061657.446Gv3Qh089541@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d5becafc85c46a4795127e6a31f8da2d03e47e63

commit d5becafc85c46a4795127e6a31f8da2d03e47e63
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2024-05-06 16:29:28 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2024-05-06 16:56:59 +0000

    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" \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405061657.446Gv3Qh089541>