summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2010-05-28 06:56:46 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2010-05-28 06:56:46 +0000
commit0f8d106ae4886b0eb4f81dae949b23ca883a27fa (patch)
tree03a868ed44f0b8464578e0e7373b04b3c6d8bb1c /games
parentUpdate to 0.8.8.1 (diff)
Chase audio/libmodplug update
Notes
Notes: svn path=/head/; revision=255227
Diffstat (limited to 'games')
-rw-r--r--games/nexuiz/Makefile4
-rw-r--r--games/xonotic/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/games/nexuiz/Makefile b/games/nexuiz/Makefile
index 8f6c891135d5..7a2002bd4090 100644
--- a/games/nexuiz/Makefile
+++ b/games/nexuiz/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
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