aboutsummaryrefslogtreecommitdiffstats
path: root/audio/sdl_sound
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2005-03-16 22:50:13 +0800
committernaddy <naddy@FreeBSD.org>2005-03-16 22:50:13 +0800
commita491d34dbdfd6c48c0e49769c21ab70d9aea4d62 (patch)
tree510f1868efabfda5ba6b8ff3b068d89fcd3166ef /audio/sdl_sound
parentefa9096aae8ad84ca041597bbd960417341816c1 (diff)
downloadfreebsd-ports-gnome-a491d34dbdfd6c48c0e49769c21ab70d9aea4d62.tar.gz
freebsd-ports-gnome-a491d34dbdfd6c48c0e49769c21ab70d9aea4d62.tar.zst
freebsd-ports-gnome-a491d34dbdfd6c48c0e49769c21ab70d9aea4d62.zip
new version of libFLAC
Diffstat (limited to 'audio/sdl_sound')
-rw-r--r--audio/sdl_sound/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/sdl_sound/Makefile b/audio/sdl_sound/Makefile
index fdfa56154c66..96506d499e17 100644
--- a/audio/sdl_sound/Makefile
+++ b/audio/sdl_sound/Makefile
@@ -7,7 +7,7 @@
PORTNAME= sdl_sound
PORTVERSION= 1.0.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= audio
MASTER_SITES= http://www.icculus.org/SDL_sound/downloads/
DISTNAME= SDL_sound-${PORTVERSION}
@@ -26,7 +26,7 @@ INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_FLAC)
-LIB_DEPENDS+= FLAC.5:${PORTSDIR}/audio/flac
+LIB_DEPENDS+= FLAC.7:${PORTSDIR}/audio/flac
.else
CONFIGURE_ARGS+= --disable-flac
.endif