aboutsummaryrefslogtreecommitdiff
path: root/audio
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
parent2dc2732c98aabc7724bd973735ca016efc023276 (diff)
downloadports-27576381b294df954f6d8b3fcdc419c5f06faf9e.tar.gz
ports-27576381b294df954f6d8b3fcdc419c5f06faf9e.zip
Chase FLAC's shared lib version.
Notes
Notes: svn path=/head/; revision=76316
Diffstat (limited to 'audio')
-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