diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2004-02-04 15:49:48 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2004-02-04 15:49:48 +0800 |
commit | 5a750f5ebe6132fb21566e11b6ce1caa3e2585f1 (patch) | |
tree | 7ae6d12a7bb46c221b466ff35ac0d70b2babeff1 /mail/exim/Makefile | |
parent | ef63a4aef20f9495cd3f078db4745ecaedb03a2d (diff) | |
download | freebsd-ports-gnome-5a750f5ebe6132fb21566e11b6ce1caa3e2585f1.tar.gz freebsd-ports-gnome-5a750f5ebe6132fb21566e11b6ce1caa3e2585f1.tar.zst freebsd-ports-gnome-5a750f5ebe6132fb21566e11b6ce1caa3e2585f1.zip |
USE_ICONV.
Diffstat (limited to 'mail/exim/Makefile')
-rw-r--r-- | mail/exim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index b83bfe3a0474..9c6be812a30d 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -22,7 +22,6 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= sheldonh@FreeBSD.org COMMENT= High performance MTA for Unix systems on the Internet -LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv .if defined(WITH_EXIMON) RUN_DEPENDS= ${LOCALBASE}/sbin/eximon:${PORTSDIR}/mail/exim-monitor .endif @@ -37,6 +36,7 @@ CONFLICTS+= ${PKGNAMEPREFIX}${PORTNAME}${suffix}* .endfor USE_BZIP2= yes +USE_ICONV= yes USE_PERL5= yes USE_REINPLACE= yes MAN8= exim.8 |