aboutsummaryrefslogtreecommitdiffstats
path: root/audio/sdl_sound
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2004-02-21 20:11:43 +0800
committeroliver <oliver@FreeBSD.org>2004-02-21 20:11:43 +0800
commit7f2175400dd810f2af8794a7e0fad89599a579cc (patch)
tree8ebdcc2107ad9a8e825539737a48032138d412e5 /audio/sdl_sound
parent5c5f2f92d7016db88c305697de5630ec612ddecb (diff)
downloadfreebsd-ports-gnome-7f2175400dd810f2af8794a7e0fad89599a579cc.tar.gz
freebsd-ports-gnome-7f2175400dd810f2af8794a7e0fad89599a579cc.tar.zst
freebsd-ports-gnome-7f2175400dd810f2af8794a7e0fad89599a579cc.zip
Update physfs to 1.0.0
Diffstat (limited to 'audio/sdl_sound')
-rw-r--r--audio/sdl_sound/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/sdl_sound/Makefile b/audio/sdl_sound/Makefile
index e1c846fc8abb..e332c0128475 100644
--- a/audio/sdl_sound/Makefile
+++ b/audio/sdl_sound/Makefile
@@ -38,7 +38,7 @@ CONFIGURE_ARGS+= --disable-mikmod
.endif
.if !defined(WITHOUT_PHYSFS)
-LIB_DEPENDS+= physfs-0.1.9:${PORTSDIR}/devel/physfs
+LIB_DEPENDS+= physfs-1.0.0:${PORTSDIR}/devel/physfs
.else
CONFIGURE_ARGS+= --disable-physfs
.endif