diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2005-03-16 14:50:13 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2005-03-16 14:50:13 +0000 |
commit | c65892996765bb99500d4c50b5e409b69317b978 (patch) | |
tree | dee07b2e00944aac36439781f32962627c6be9d8 /audio/sdl_sound | |
parent | e8c58c6b92471d63cf0285641edd76878833b892 (diff) | |
download | ports-c65892996765bb99500d4c50b5e409b69317b978.tar.gz ports-c65892996765bb99500d4c50b5e409b69317b978.zip |
Notes
Diffstat (limited to 'audio/sdl_sound')
-rw-r--r-- | audio/sdl_sound/Makefile | 4 |
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 |