summaryrefslogtreecommitdiff
path: root/audio/sdl_sound
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2005-07-24 13:02:43 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2005-07-24 13:02:43 +0000
commit7b7743fcb703a730a44ce61e70d311995741c066 (patch)
treeaca5c8a0fabb834dd6ab746d3efad32fa3bfb975 /audio/sdl_sound
parentUpgrade to 2.13. (diff)
update physfs to 1.0.1
adjust LIB_DEPENDS from all affected ports and bump PORTREVISION there
Diffstat (limited to 'audio/sdl_sound')
-rw-r--r--audio/sdl_sound/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/sdl_sound/Makefile b/audio/sdl_sound/Makefile
index 96506d499e17..b8afa7e3deda 100644
--- a/audio/sdl_sound/Makefile
+++ b/audio/sdl_sound/Makefile
@@ -7,7 +7,7 @@
PORTNAME= sdl_sound
PORTVERSION= 1.0.1
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= audio
MASTER_SITES= http://www.icculus.org/SDL_sound/downloads/
DISTNAME= SDL_sound-${PORTVERSION}
@@ -38,7 +38,7 @@ CONFIGURE_ARGS+= --disable-mikmod
.endif
.if !defined(WITHOUT_PHYSFS)
-LIB_DEPENDS+= physfs-1.0.0:${PORTSDIR}/devel/physfs
+LIB_DEPENDS+= physfs-1.0.1:${PORTSDIR}/devel/physfs
.else
CONFIGURE_ARGS+= --disable-physfs
.endif