diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2008-04-07 20:37:23 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2008-04-07 20:37:23 +0000 |
commit | fc6f8996911202c6df18b1ee15a9cb205ba4ea49 (patch) | |
tree | 539cb57de0e25c0fcfd062eb36d849e1f96fdb90 /audio/ices0 | |
parent | e736f59941a3e760ba36b76c2472497f04a3d7da (diff) |
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
Notes
Notes:
svn path=/head/; revision=210771
Diffstat (limited to 'audio/ices0')
-rw-r--r-- | audio/ices0/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |