git: 2ed682589b83 - main - games/nexuiz: Add missing deps
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 26 Dec 2025 09:50:52 UTC
The branch main has been updated by jhale:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2ed682589b831509f7cf050ab3bceb0f1a4d73c5
commit 2ed682589b831509f7cf050ab3bceb0f1a4d73c5
Author: Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2025-12-25 08:55:52 +0000
Commit: Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2025-12-26 09:50:45 +0000
games/nexuiz: Add missing deps
Fixes build with multimedia/libtheora 1.2.0.
audio/libvorbis wasn't needed by libtheora, but this port was
piggybacking off of it.
With hat: multimedia@
---
games/nexuiz/Makefile | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/games/nexuiz/Makefile b/games/nexuiz/Makefile
index ec4885e8cdb1..0c015682fc30 100644
--- a/games/nexuiz/Makefile
+++ b/games/nexuiz/Makefile
@@ -1,6 +1,6 @@
PORTNAME= nexuiz
PORTVERSION= 2.5.2
-PORTREVISION= 21
+PORTREVISION= 22
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/NexuizRelease/Nexuiz%20${PORTVERSION} \
SF/${PORTNAME}/mappack/nexmappack_r2:mappack
@@ -42,8 +42,10 @@ SDL_CLIENT_DESC=Build SDL client
DEDICATED_DESC= Build dedicated server
CLIENT_LIB_DEPENDS= libmodplug.so:audio/libmodplug \
+ libogg.so:audio/libogg \
libpng.so:graphics/png \
- libtheora.so:multimedia/libtheora
+ libtheora.so:multimedia/libtheora \
+ libvorbis.so:audio/libvorbis
SDL_CLIENT_LIB_DEPENDS= ${CLIENT_LIB_DEPENDS}
MAPPACK_DISTFILES= nexmappack_r2${EXTRACT_SUFX}:mappack