diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2010-05-28 14:56:46 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2010-05-28 14:56:46 +0800 |
commit | 511fdac80d71e3236e7d55bb2871e832ab242857 (patch) | |
tree | 29b69b450cf5611f2f64118e9cf94163c37fc01b /games/xonotic | |
parent | cb9dfb1eb267db70a19294c73bb2ea9f820137d7 (diff) | |
download | freebsd-ports-gnome-511fdac80d71e3236e7d55bb2871e832ab242857.tar.gz freebsd-ports-gnome-511fdac80d71e3236e7d55bb2871e832ab242857.tar.zst freebsd-ports-gnome-511fdac80d71e3236e7d55bb2871e832ab242857.zip |
Chase audio/libmodplug update
Diffstat (limited to 'games/xonotic')
-rw-r--r-- | games/xonotic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xonotic/Makefile b/games/xonotic/Makefile index 8f6c891135d5..7a2002bd4090 100644 --- a/games/xonotic/Makefile +++ b/games/xonotic/Makefile @@ -7,7 +7,7 @@ PORTNAME= nexuiz PORTVERSION= 2.5.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/NexuizRelease/Nexuiz%20${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} @@ -50,7 +50,7 @@ PLIST_SUB+= MAPPACK="@comment " LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ jpeg.11:${PORTSDIR}/graphics/jpeg .if defined(WITH_CLIENT) || defined(WITH_SDL_CLIENT) -LIB_DEPENDS+= modplug.0:${PORTSDIR}/audio/libmodplug \ +LIB_DEPENDS+= modplug.1:${PORTSDIR}/audio/libmodplug \ png.6:${PORTSDIR}/graphics/png \ theora.0:${PORTSDIR}/multimedia/libtheora .endif |