From 3e25dbe259cb0f30779998b972f9e8099da59361 Mon Sep 17 00:00:00 2001 From: sobomax Date: Mon, 18 Mar 2002 09:46:46 +0000 Subject: Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need libiconv. --- audio/mpg123/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/mpg123/Makefile') diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile index b2c424ad8b40..5d9781bf2ad0 100644 --- a/audio/mpg123/Makefile +++ b/audio/mpg123/Makefile @@ -32,7 +32,7 @@ MAKE_ARGS+= WITH_ICONV=yes .if defined(DEFAULT_RECODE) MAKE_ARGS+= DEFAULT_RECODE=${DEFAULT_RECODE} .endif -LIB_DEPENDS+= iconv.2:${PORTSDIR}/converters/iconv +LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv .endif .if defined(WITH_NAS) -- cgit