diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-18 09:46:46 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-18 09:46:46 +0000 |
commit | 8493a5819b74095ca9e0b9f0cf8e77fedad823e1 (patch) | |
tree | 19832c4fa0699d64a8eaf478f63987c7ab06da65 /mail | |
parent | 0b31d075bc0e27d93cf260d6dda0f3fbe47654e6 (diff) | |
download | ports-8493a5819b74095ca9e0b9f0cf8e77fedad823e1.tar.gz ports-8493a5819b74095ca9e0b9f0cf8e77fedad823e1.zip |
Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need
libiconv.
Notes
Notes:
svn path=/head/; revision=56287
Diffstat (limited to 'mail')
-rw-r--r-- | mail/elm+ME/Makefile | 2 | ||||
-rw-r--r-- | mail/heirloom-mailx/Makefile | 2 | ||||
-rw-r--r-- | mail/mutt-devel/Makefile | 2 | ||||
-rw-r--r-- | mail/nail/Makefile | 2 | ||||
-rw-r--r-- | mail/stuphead/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/mail/elm+ME/Makefile b/mail/elm+ME/Makefile index 27efde5d82bb..a664b204fe1e 100644 --- a/mail/elm+ME/Makefile +++ b/mail/elm+ME/Makefile @@ -31,7 +31,7 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= cyrille.lefevre@laposte.net -LIB_DEPENDS= giconv.2:${PORTSDIR}/converters/libiconv +LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv # not needed since config.sh is generated by scripts/pre-configure. # BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell diff --git a/mail/heirloom-mailx/Makefile b/mail/heirloom-mailx/Makefile index 6d67706a9602..535140e660d6 100644 --- a/mail/heirloom-mailx/Makefile +++ b/mail/heirloom-mailx/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://omnibus.ruf.uni-freiburg.de/~gritter/archive/nail/ MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= iconv.2:${PORTSDIR}/converters/iconv +LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-rcfile="${PREFIX}/etc/nail.rc" diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index a59f16f58103..320e7a2ed80c 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -130,7 +130,7 @@ SGML_USED= no .endif LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old \ - giconv.2:${PORTSDIR}/converters/libiconv + iconv.3:${PORTSDIR}/converters/libiconv .if defined(NOPORTDOCS) SGML_USED= no diff --git a/mail/nail/Makefile b/mail/nail/Makefile index 6d67706a9602..535140e660d6 100644 --- a/mail/nail/Makefile +++ b/mail/nail/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://omnibus.ruf.uni-freiburg.de/~gritter/archive/nail/ MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= iconv.2:${PORTSDIR}/converters/iconv +LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-rcfile="${PREFIX}/etc/nail.rc" diff --git a/mail/stuphead/Makefile b/mail/stuphead/Makefile index 7ef870c0bc56..3ef64e12113e 100644 --- a/mail/stuphead/Makefile +++ b/mail/stuphead/Makefile @@ -15,7 +15,7 @@ PATCHFILES= ${PORTNAME}-${PORTVERSION}-1.patch MAINTAINER= ozz@FreeBSD.org.ru -LIB_DEPENDS= iconv.2:${PORTSDIR}/converters/iconv +LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv USE_BZIP2= yes USE_X_PREFIX= yes |