diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 19:08:24 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 19:08:24 +0000 |
commit | 6de9622915ca81ff9cafcb52e339eea0a94375e7 (patch) | |
tree | a10c119e8e48b2bba57eb59802daa967af3d78f9 /mail | |
parent | de7180554bec6a0d203fa5f06c717d7eb72258e5 (diff) | |
download | ports-6de9622915ca81ff9cafcb52e339eea0a94375e7.tar.gz ports-6de9622915ca81ff9cafcb52e339eea0a94375e7.zip |
Notes
Diffstat (limited to 'mail')
-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 47676939b656..9426f173eec7 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -233,7 +233,7 @@ SEDLIST+= -e 's,XX_TCP_WRAPPERS_LIBS_XX,,' .endif .if ${PORT_OPTIONS:MICONV} -USE+S= iconv +USES+= iconv SEDLIST+= -e 's,XX_ICONV_LIBS_XX,-L${LOCALBASE:S/,/\\,/g}/lib ${ICONV_LIB},' \ -e 's,^\# (HAVE_ICONV=),\1,' .else |