diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-03-18 17:46:46 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-03-18 17:46:46 +0800 |
commit | 3e25dbe259cb0f30779998b972f9e8099da59361 (patch) | |
tree | 96ea67e3649df185a707ee6d3c5983bef61c2465 /mail | |
parent | bedce9492033fa6327a172ff7160c9a2bde1ad0e (diff) | |
download | freebsd-ports-gnome-3e25dbe259cb0f30779998b972f9e8099da59361.tar.gz freebsd-ports-gnome-3e25dbe259cb0f30779998b972f9e8099da59361.tar.zst freebsd-ports-gnome-3e25dbe259cb0f30779998b972f9e8099da59361.zip |
Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need
libiconv.
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 |