diff options
author | az <az@FreeBSD.org> | 2013-09-17 03:08:24 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-17 03:08:24 +0800 |
commit | 8fa74ecef9b4e6580e0a8cbb178120f1af86b7ef (patch) | |
tree | a10c119e8e48b2bba57eb59802daa967af3d78f9 /mail | |
parent | 14843613c30461fa1544783713ab1fc28805d9b3 (diff) | |
download | freebsd-ports-gnome-8fa74ecef9b4e6580e0a8cbb178120f1af86b7ef.tar.gz freebsd-ports-gnome-8fa74ecef9b4e6580e0a8cbb178120f1af86b7ef.tar.zst freebsd-ports-gnome-8fa74ecef9b4e6580e0a8cbb178120f1af86b7ef.zip |
- Fix typo
Submitted by: ubique (via IRC)
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 |