From fc6f8996911202c6df18b1ee15a9cb205ba4ea49 Mon Sep 17 00:00:00 2001 From: Christian Weisgerber Date: Mon, 7 Apr 2008 20:37:23 +0000 Subject: Update to FLAC 1.2.1. This version includes two and a half years worth of changes and an altered API. Bump the revision of all ports that depend on libFLAC and adapt to the new API where necessary. Some patches from Debian, Gentoo, OpenBSD, and upstream repositories. PR: 119476 --- audio/ices0/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/ices0') diff --git a/audio/ices0/Makefile b/audio/ices0/Makefile index a1c859748be2..633aa1acd348 100644 --- a/audio/ices0/Makefile +++ b/audio/ices0/Makefile @@ -7,7 +7,7 @@ PORTNAME= ices PORTVERSION= 0.4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio net MASTER_SITES= http://svn.xiph.org/releases/ices/ @@ -45,7 +45,7 @@ MAN1= ices0.1 .if !defined(WITH_FLAC) CONFIGURE_ARGS+=--without-flac .else -LIB_DEPENDS+= FLAC.7:${PORTSDIR}/audio/flac \ +LIB_DEPENDS+= FLAC.10:${PORTSDIR}/audio/flac \ mp3lame:${PORTSDIR}/audio/lame .endif -- cgit v1.2.3