svn commit: r327436 - head/mail/exim

Andrej Zverev az at FreeBSD.org
Mon Sep 16 19:08:25 UTC 2013


Author: az
Date: Mon Sep 16 19:08:24 2013
New Revision: 327436
URL: http://svnweb.freebsd.org/changeset/ports/327436

Log:
  - Fix typo
  
  Submitted by:	ubique (via IRC)

Modified:
  head/mail/exim/Makefile

Modified: head/mail/exim/Makefile
==============================================================================
--- head/mail/exim/Makefile	Mon Sep 16 19:02:29 2013	(r327435)
+++ head/mail/exim/Makefile	Mon Sep 16 19:08:24 2013	(r327436)
@@ -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


More information about the svn-ports-all mailing list