diff options
author | marcus <marcus@FreeBSD.org> | 2003-02-24 04:24:26 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-02-24 04:24:26 +0800 |
commit | 3d410604f3eca435b8f1a389a5c74a0c27fa8992 (patch) | |
tree | 16b163d5087a0ef5620709e3314f2618cb34d07b /audio/sdl_sound | |
parent | f08f109a595476f43d100174bff6931b06416707 (diff) | |
download | freebsd-ports-gnome-3d410604f3eca435b8f1a389a5c74a0c27fa8992.tar.gz freebsd-ports-gnome-3d410604f3eca435b8f1a389a5c74a0c27fa8992.tar.zst freebsd-ports-gnome-3d410604f3eca435b8f1a389a5c74a0c27fa8992.zip |
Chase FLAC's shared lib version.
Diffstat (limited to 'audio/sdl_sound')
-rw-r--r-- | audio/sdl_sound/Makefile | 2 |
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 |