diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-03-18 09:46:46 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-03-18 09:46:46 +0000 |
commit | 3e25dbe259cb0f30779998b972f9e8099da59361 (patch) | |
tree | 96ea67e3649df185a707ee6d3c5983bef61c2465 /audio | |
parent | bedce9492033fa6327a172ff7160c9a2bde1ad0e (diff) | |
download | FreeBSD-ports-3e25dbe259cb0f30779998b972f9e8099da59361.zip FreeBSD-ports-3e25dbe259cb0f30779998b972f9e8099da59361.tar.gz |
Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need
libiconv.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mpg123/Makefile | 2 | ||||
-rw-r--r-- | audio/vorbis-tools/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile index b2c424a..5d9781b 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) diff --git a/audio/vorbis-tools/Makefile b/audio/vorbis-tools/Makefile index 040b291..a7be399 100644 --- a/audio/vorbis-tools/Makefile +++ b/audio/vorbis-tools/Makefile @@ -19,7 +19,7 @@ MAINTAINER= naddy@FreeBSD.org LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao \ curl.2:${PORTSDIR}/ftp/curl \ - iconv.2:${PORTSDIR}/converters/iconv \ + iconv.3:${PORTSDIR}/converters/libiconv \ vorbis.1:${PORTSDIR}/audio/libvorbis GNU_CONFIGURE= yes |