diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2004-02-04 07:49:48 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2004-02-04 07:49:48 +0000 |
commit | a2ea4d1babccedd3f8d3eee508b5597120c141b9 (patch) | |
tree | dfafd5c85645a493f6dbe64ddcba4afdcbc7c5df /mail/exim | |
parent | 8d90ee9a3ed08ab22fe2b5c538eec9272b49c0b9 (diff) | |
download | ports-a2ea4d1babccedd3f8d3eee508b5597120c141b9.tar.gz ports-a2ea4d1babccedd3f8d3eee508b5597120c141b9.zip |
Notes
Diffstat (limited to 'mail/exim')
-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 |