mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
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@
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user