summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-16 19:08:24 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-16 19:08:24 +0000
commit6de9622915ca81ff9cafcb52e339eea0a94375e7 (patch)
treea10c119e8e48b2bba57eb59802daa967af3d78f9 /mail
parent- remove www/autoindex (diff)
- Fix typo
Submitted by: ubique (via IRC)
Notes
Notes: svn path=/head/; revision=327436
Diffstat (limited to 'mail')
-rw-r--r--mail/exim/Makefile2
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