aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2005-07-24 21:02:43 +0800
committeroliver <oliver@FreeBSD.org>2005-07-24 21:02:43 +0800
commitad7b7ab76d3deb8d23bb40775c225a06e3047c05 (patch)
tree3c9e6cfec7d4a0f5dfa5b699576c99875087a91e /audio
parente45c84bcd939f3f4dc0f7bafff121fcb358eb0d7 (diff)
downloadfreebsd-ports-gnome-ad7b7ab76d3deb8d23bb40775c225a06e3047c05.tar.gz
freebsd-ports-gnome-ad7b7ab76d3deb8d23bb40775c225a06e3047c05.tar.zst
freebsd-ports-gnome-ad7b7ab76d3deb8d23bb40775c225a06e3047c05.zip
update physfs to 1.0.1
adjust LIB_DEPENDS from all affected ports and bump PORTREVISION there
Diffstat (limited to 'audio')
-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