diff options
Diffstat (limited to 'audio/ices0/Makefile')
-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 |