summaryrefslogtreecommitdiff
path: root/audio/sdl_sound
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-02-23 20:24:26 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-02-23 20:24:26 +0000
commit27576381b294df954f6d8b3fcdc419c5f06faf9e (patch)
treed53ec61cf1877b2b94973aa23b96a524c20ae129 /audio/sdl_sound
parentAnother try at fixing the "adding to CVSROOT/modules from remote (diff)
Chase FLAC's shared lib version.
Notes
Notes: svn path=/head/; revision=76316
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 73a5f02ec60a..6388160c3813 100644
--- a/audio/sdl_sound/Makefile
+++ b/audio/sdl_sound/Makefile
@@ -35,7 +35,7 @@ post-patch:
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_FLAC)
-LIB_DEPENDS+= FLAC.4:${PORTSDIR}/audio/flac
+LIB_DEPENDS+= FLAC.5:${PORTSDIR}/audio/flac
.else
CONFIGURE_ARGS+= --disable-flac
.endif