cvs commit: ports/audio/streamripper Makefile
Kirill Ponomarew
krion at voodoo.oberon.net
Tue Jan 18 23:23:11 PST 2005
On Wed, Jan 19, 2005 at 06:36:27AM +0000, Trevor Johnson wrote:
> trevor 2005-01-19 06:36:27 UTC
>
> FreeBSD ports repository
>
> Modified files:
> audio/streamripper Makefile
> Log:
> This now uses libiconv as well.
>
> | PORTNAME= streamripper
> | @@ -14,7 +14,8 @@ MASTER_SITE_SUBDIR= streamripper
> | MAINTAINER= trevor at FreeBSD.org
> | COMMENT= Splits SHOUTcast stream into tracks
> |
> | -LIB_DEPENDS= mad.2:${PORTSDIR}/audio/libmad
> | +LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \
> | + mad.2:${PORTSDIR}/audio/libmad
Please use USE_ICONV instead.
-Kirill
More information about the cvs-ports
mailing list