aboutsummaryrefslogtreecommitdiffstats
path: root/audio/sdl_sound
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2009-04-06 04:19:06 +0800
committeroliver <oliver@FreeBSD.org>2009-04-06 04:19:06 +0800
commit7bba95c79ba90d689e6a7e4207caaa302999ed45 (patch)
tree94d6625c6de7d3e8862c5a84037c953b155eb0f1 /audio/sdl_sound
parentd618b5868984ec409805af39a976f3b80c42cc21 (diff)
downloadfreebsd-ports-graphics-7bba95c79ba90d689e6a7e4207caaa302999ed45.tar.gz
freebsd-ports-graphics-7bba95c79ba90d689e6a7e4207caaa302999ed45.tar.zst
freebsd-ports-graphics-7bba95c79ba90d689e6a7e4207caaa302999ed45.zip
chase physfs update
bump PORTREVISION Noted by: pav
Diffstat (limited to 'audio/sdl_sound')
-rw-r--r--audio/sdl_sound/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/sdl_sound/Makefile b/audio/sdl_sound/Makefile
index 2dcfca07fc8..25f1e798339 100644
--- a/audio/sdl_sound/Makefile
+++ b/audio/sdl_sound/Makefile
@@ -7,6 +7,7 @@
PORTNAME= sdl_sound
PORTVERSION= 1.0.3
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://offload1.icculus.org:9090/SDL_sound/downloads/ \
http://offload2.icculus.org:9090/SDL_sound/downloads/
@@ -43,7 +44,7 @@ CONFIGURE_ARGS+=--disable-mikmod
.endif
.if !defined(WITHOUT_PHYSFS)
-LIB_DEPENDS+= physfs-1.0.1:${PORTSDIR}/devel/physfs
+LIB_DEPENDS+= physfs.1:${PORTSDIR}/devel/physfs
.else
CONFIGURE_ARGS+=--disable-physfs
.endif