aboutsummaryrefslogtreecommitdiff
path: root/audio/sdl_sound/Makefile
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2004-02-21 12:11:43 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2004-02-21 12:11:43 +0000
commit5c4a2950e190825b61e111699d14d54496fa035f (patch)
tree61a87d40598c65399ac8419c1f8e2de06720b77d /audio/sdl_sound/Makefile
parent9712da8b88deb5219dabde2988f7fd4fdcee5083 (diff)
downloadports-5c4a2950e190825b61e111699d14d54496fa035f.tar.gz
ports-5c4a2950e190825b61e111699d14d54496fa035f.zip
Update physfs to 1.0.0
Notes
Notes: svn path=/head/; revision=101571
Diffstat (limited to 'audio/sdl_sound/Makefile')
-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